get: Difference between revisions
m (return value)  | 
				Lou Montana (talk | contribs)  m (Some wiki formatting)  | 
				||
| Line 10: | Line 10: | ||
|s1= hashMap [[get]] key  | |s1= hashMap [[get]] key  | ||
|p1= hashMap : [[HashMap]]  | |p1= hashMap: [[HashMap]]  | ||
|p2= key: [[HashMapKey]] - Case sensitive key  | |p2= key: [[HashMapKey]] - Case sensitive key  | ||
|r1= [[Anything]], or [[Nothing]] if key not found  | |r1= [[Anything]], or [[Nothing]] if ''key'' is not found  | ||
|x1= <  | |x1= <sqf>private _myValue = _myHashMap get "a";</sqf>  | ||
|seealso= [[HashMap]] [[getOrDefault]]  | |seealso= [[HashMap]] [[getOrDefault]]  | ||
}}  | }}  | ||
Revision as of 13:50, 5 May 2022
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