get: Difference between revisions
Jump to navigation
Jump to search
m (description) |
m (return value) |
||
Line 14: | Line 14: | ||
|p2= key: [[HashMapKey]] - Case sensitive key | |p2= key: [[HashMapKey]] - Case sensitive key | ||
|r1= [[Anything]] | |r1= [[Anything]], or [[Nothing]] if key not found | ||
|x1= <code>[[private]] _myValue = _myHashMap [[get]] "a";</code> | |x1= <code>[[private]] _myValue = _myHashMap [[get]] "a";</code> |
Revision as of 04:53, 1 November 2021
Description
Syntax
- Syntax:
- hashMap get key
- Parameters:
- hashMap : HashMap
- key: HashMapKey - Case sensitive key
- Return Value:
- Anything, or Nothing if key not found
Examples
Additional Information
- See also:
- HashMap getOrDefault
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