From Bohemia Interactive Community
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
-
Retrieves a list of all keys in a HashMap.
Syntax
- Syntax:
- keys hashMap
- Parameters:
- hashMap : HashMap
- Return Value:
- Array - Array of all keys in the HashMap
Examples
- Example 1:
-
keys _myHashMap;
Additional Information
- See also:
- HashMap
- Groups:
- HashMap
Notes