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