Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
GetKeys
Category:
Variables
Since engine version:
4.9.10.7 [334] LC
Description
Returns an array containing all currently set keys of the map.
Syntax
array
GetKeys (
map
map);
Parameter
map:
map of which the keys are determined
Example
GetKeys({ X = 10, Y = 50 });
Returns ["X", "Y"].
See also:
Data Types
,
GetValues
Der Tod, Oktober 2019
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script