createHashMap: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Some wiki formatting)
 
Line 12: Line 12:
|r1= [[HashMap]]
|r1= [[HashMap]]


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


|seealso= [[createHashMapFromArray]]
|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