Files
MissionTemplate/framework/fbcb2_assets/functions/fn_getStartingAssetsByBase.sqf

4 lines
139 B
Plaintext

// return each base with its assets
milsim_baseObjects apply {
[_x, _x getVariable ["milsim_fbcb2_assets_assetsStartedAtThisBase", []]]
};