cmf_3den_fnc_unitSpawner

From cluster wiki
Revision as of 20:23, 7 November 2022 by Eric (talk | contribs) (Created page with "{{CMF Function |game1=arma3 |version1=1.56 |game2=cmf3 |version2=2.1.0 |descr=This function spawns playable units following the Cluster Community ORBAT. |exec=Call |cmp=3...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Hover & click on the images for description
Description
Description:
This function spawns playable units following the Cluster Community ORBAT.
Execution:
Call
Groups:
CMF3: 3den
Syntax
Syntax:
[unitIdentifier] call cmf_3den_fnc_unitSpawner
Parameters:
unitIdentifier: String - The identifier for the team to spawn, must be one of the values in cmf_3den_fnc_unitConstructor
Return Value:
None
Examples
Example 1:
["SQUAD"] call cmf_3den_fnc_unitSpawner;
Additional Information
See also:
See also needed
Internal Variables
No internal variables
Events
Locality Name Variables Description
LOCAL cmf_3den_onUnitSpawned [group] Is raised when a unit is spawned using this function
LOCAL cmf_3den_onGroupSpawned [group] Is raised when a group is spawned using this function
LOCAL cmf_3den_onUnitTemplateSpawned [units, groups] Is raised when a template has been spawned using this function
Notes