get: Difference between revisions
Jump to navigation
Jump to search
m (description) |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
|s1= hashMap [[get]] key | |s1= hashMap [[get]] key | ||
|p1= hashMap : [[HashMap]] | |p1= hashMap: [[HashMap]] | ||
|p2= key: [[HashMapKey]] - | |p2= key: [[HashMapKey]] - case sensitive key | ||
|r1= [[Anything]] | |r1= [[Anything]], or [[Nothing]] if ''key'' is not found | ||
|x1= < | |x1= <sqf>private _myValue = _myHashMap get "a";</sqf> | ||
|seealso= [[HashMap]] [[getOrDefault]] | |seealso= [[HashMap]] [[getOrDefault]] | ||
}} | }} |
Latest revision as of 14:00, 8 November 2023
Description
Syntax
- Syntax:
- hashMap get key
- Parameters:
- hashMap: HashMap
- key: HashMapKey - case sensitive key
- Return Value:
- Anything, or Nothing if key is not found
Examples
- Example 1:
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