BIS fnc randomIndex: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "") |
||
Line 20: | Line 20: | ||
}} | }} | ||
[[Category:Functions|{{uc:randomIndex}}]] | [[Category:Functions|{{uc:randomIndex}}]] |
Revision as of 01:13, 18 January 2021
Description
- Description:
- Return a random integer representing an index in the passed array.
- Execution:
- call
- Groups:
- Arrays
Syntax
- Syntax:
- array call BIS_fnc_randomIndex
- Parameters:
- array: Array of Anything
- Return Value:
- Number
Examples
- Example 1:
["a",0,objNull] call BIS_fnc_randomIndex; // returns 0, 1 or 2
Additional Information
- See also:
- floorcountrandomselectRandom
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