BIS fnc returnGroupComposition: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *arma2 * * *\| *([0-1]\.[0-9]{2}) * \|game2" to "|game1= arma2 |version1= $1 |game2") |
Lou Montana (talk | contribs) m (Text replacement - "<code>(\[[a-zA-Z0-9_, ]*\] )?(call|spawn) \[\[(BI[NS]\_fnc\_[a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1$2 $3;</sqf>") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 42: | Line 42: | ||
|r1= | |r1= | ||
|x1= <!-- < | |x1= <!-- <sqf>[] call BIS_fnc_returnGroupComposition;</sqf> --> | ||
|seealso= | |seealso= | ||
}} | }} | ||
Latest revision as of 13:09, 5 May 2022
Description
- Description:
/* File: returnGroupComp.sqf Description: Function which returns a logical group composition based on a number of parameters. Parameter(s): _this select 0: side (Side). _this select 1: number of characters (Number). _this select 2: (optional) type (String): - "riflesquad": (default) standard rifle squad. - "sniper": sniper team. Returns: Array of Strings - object types. TODO: use CfgGroups instead? */ //Validate parameter count
- Execution:
- call
- Groups:
- Object Manipulation
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Examples:
- Example needed
Additional Information
- See also:
- See also needed
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note