values: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page creation) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 2. | |version1= 2.04 | ||
|descr= Returns all values stored in the given [[HashMap]]. The order of the returned Array corresponds to the order of the Array returned by the [[keys]] command. | |||
|descr= Returns all the | |||
|gr1= HashMap | |gr1= HashMap | ||
Line 14: | Line 12: | ||
|p1= hashmap: [[HashMap]] | |p1= hashmap: [[HashMap]] | ||
|r1= [[Array]] - | |r1= [[Array]] - all values stored in ''hashmap'' | ||
|x1= < | |x1= <sqf>private _values = values _myHashMap;</sqf> | ||
|seealso= | |seealso= [[keys]] | ||
}} | }} |
Latest revision as of 17:32, 5 May 2022
Description
- Description:
- Returns all values stored in the given HashMap. The order of the returned Array corresponds to the order of the Array returned by the keys command.
- Groups:
- HashMap
Syntax
- Syntax:
- values hashmap
- Parameters:
- hashmap: HashMap
- Return Value:
- Array - all values stored in hashmap
Examples
- Example 1:
Additional Information
- See also:
- keys
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