Page MenuHomeFeedback Tracker

Missing Hashmap equivalent
Closed, ResolvedPublic

Description

This is not really a bug, more a question. I was not sure where to ask it.

If I have a variable how do I check if it is a Hashmap? Right now the solution for this, for me is:

myHashmap isEqualType createHashmap

but maybe there is an undocumented type like hashmapNull or [] IDK

Details

Severity
None
Resolution
Not A Bug
Reproducibility
N/A
Operating System
Windows 10
Operating System Version
Newest
Category
Scripting

Event Timeline

nflug created this task.Mar 8 2021, 8:37 PM
nflug updated the task description. (Show Details)Mar 9 2021, 9:30 PM
dedmen added a subscriber: dedmen.EditedMar 11 2021, 12:11 PM

createHashMap creates a empty hashMap.
Same as objNull creates a empty object, and [] creates a empty array.

If you want to ask questions, the Arma Discord is a better place.
The Feedback tracker is for bug reports.

dedmen closed this task as Resolved.Mar 11 2021, 12:11 PM
dedmen changed Resolution from Open to Not A Bug.