values

From Bohemia Interactive Community
Revision as of 18:32, 5 May 2022 by Lou Montana (talk | contribs) (Some wiki formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

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:
private _values = values _myHashMap;

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