select: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Fixed example (alternative and obsolete method woth boolean index)) |
||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[1,2,3,4] select | |x1= <code>[1,2,3,4] select 2</code> - result is 3 |= Example 1 | ||
|x2= <code>[1,2,3,4] select | |x2= <code>[1,2,3,4] select true</code> - result is 2.<br /> | ||
Alternative method. If the index is [[false]], this selects the first element of the array. If it is [[true]], it selects the second one. '''Obsolete syntax'''. |= Example 2 | |||
|x3= <code>[[position]] [[player]] select 2</code> - result is Z coordinate of player position (see [[ | |x3= <code>[[position]] [[player]] select 2</code> - result is Z coordinate of player position (see [[Position]] for more details) |= Example 3 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 20:51, 9 October 2006
Description
- Description:
- Selects index element of the array. Index 0 denotes the first element, 1 the second, etc.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
[1,2,3,4] select 2
- result is 3- Example 2:
[1,2,3,4] select true
- result is 2.
Alternative method. If the index is false, this selects the first element of the array. If it is true, it selects the second one. Obsolete syntax.- Example 3:
position player select 2
- result is Z coordinate of player position (see Position for more details)
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