HashMapKey: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "HashMapKey is a virtual compound type containing all the possible types that can be used as keys in a HashMap. The types are: * Scalar * Bool * String * Cod...")
 
m (Fix category)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:


The types are:
The types are:
* [[Scalar]]
* [[Number]]
* [[Bool]]
* [[Boolean]]
* [[String]]
* [[String]]
* [[Code]]
* [[Code]]
Line 11: Line 11:
* [[NaN]]
* [[NaN]]
* [[Array]]
* [[Array]]
[[Category: Magic Types]]

Latest revision as of 23:04, 15 September 2022

HashMapKey is a virtual compound type containing all the possible types that can be used as keys in a HashMap.

The types are: