BIS fnc getFactions: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma2 | |game1= arma2 | ||
|version1= 1.00 | |||
|1.00 | |game2= arma2oa | ||
|version2= 1.50 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
|version4= 0.50 | |||
|gr1= Sides | |gr1= Sides | ||
| Gets list and sides of current factions. | |descr= Gets list and sides of current factions. | ||
| [parameter] call [[BIS_fnc_getFactions]] | |s1= [parameter] call [[BIS_fnc_getFactions]] | ||
|p1= parameter: | |p1= parameter: | ||
Line 15: | Line 23: | ||
* [[Object]] - returns index of the object side | * [[Object]] - returns index of the object side | ||
* [[Array]] - [[side]] of the first element is returned, others are ignored | * [[Array]] - [[side]] of the first element is returned, others are ignored | ||
| | |r1= | ||
* [[Array]] of [[String | * [[Array]] of [[String]]s | ||
* [[Array]] of [[Side | * [[Array]] of [[Side]]s | ||
* [[Number]] - an index | * [[Number]] - an index | ||
|x1= < | |x1= <sqf>call BIS_fnc_getFactions; // returns all factions</sqf> | ||
|x2= < | |x2= <sqf>[] call BIS_fnc_getFactions; // same as Example 1</sqf> | ||
|x3= < | |x3= <sqf>[player] call BIS_fnc_getFactions; // returns index of player's faction</sqf> | ||
|x4= < | |x4= <sqf>["BLU_F"] call BIS_fnc_getFactions; // returns index of given faction</sqf> | ||
|x5= < | |x5= <sqf>[[]] call BIS_fnc_getFactions; // will return all faction sides</sqf> | ||
|x6= < | |x6= <sqf>[[player]] call BIS_fnc_getFactions; // will return player's side</sqf> | ||
|seealso= [[faction]] | |seealso= [[faction]] [[side]] | ||
}} | }} | ||
Latest revision as of 12:00, 13 July 2022
Description
Syntax
- Syntax:
- [parameter] call BIS_fnc_getFactions
- Parameters:
- parameter:
- Return Value:
Examples
- Example 1:
- Example 2:
- Example 3:
- Example 4:
- Example 5:
- Example 6:
Additional Information
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