BIS_fnc_arrayShuffle
Jump to navigation
Jump to search
Example 1: Example needed
See also:
See also needed
Click on the images for descriptions
Introduced in
- Game:
- Arma 3
- Version:
- 1.00
Description
- Description:
-
/* Description: This returns a new array with randomized order of elements from input array Parameters: _this: ARRAY Returns: ARRAY Example: [1, 2, 3] call BIS_fnc_arrayShuffle Returns: [2, 3, 1] (For example) */ //The container
(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To