createHashMap: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Some wiki formatting)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


|game1= arma3dev
|game1= arma3
 
|version1= 2.02
|version1= 2.01


|gr1= HashMap
|gr1= HashMap
Line 13: Line 12:
|r1= [[HashMap]]
|r1= [[HashMap]]


|x1= <code>[[private]] _myHashMap = [[createHashMap]];</code>
|x1= <sqf>private _myHashMap = createHashMap;</sqf>


|seealso= [[HashMap]]
|seealso= [[createHashMapFromArray]]
}}
}}

Latest revision as of 23:22, 18 April 2022

Hover & click on the images for description

Description

Description:
Creates a new empty HashMap.
Groups:
HashMap

Syntax

Syntax:
createHashMap
Return Value:
HashMap

Examples

Example 1:
private _myHashMap = createHashMap;

Additional Information

See also:
createHashMapFromArray

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