HashMapKey: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(category)
m (Fix category)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


The types are:
The types are:
* [[Scalar]]
* [[Number]]
* [[Bool]]
* [[Boolean]]
* [[String]]
* [[String]]
* [[Code]]
* [[Code]]
Line 12: Line 12:
* [[Array]]
* [[Array]]


[[Category: Data Types]]
 
[[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: