This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
scripting_reference [2025/03/11 14:57] – justin | scripting_reference [2025/03/11 20:22] (current) – justin | ||
---|---|---|---|
Line 3: | Line 3: | ||
=====Global Variables===== | =====Global Variables===== | ||
^Variable^Description^Data Type^ | ^Variable^Description^Data Type^ | ||
+ | |global.property[" | ||
+ | |global.properties|All custom global properties. As it's a [[codex]], its keys can be iterated using a " | ||
|global.theme|Current UI [[theme_editor|theme]]. Can be used to retrieve or modify the [[theme_editor|theme]].|[[String]]| | |global.theme|Current UI [[theme_editor|theme]]. Can be used to retrieve or modify the [[theme_editor|theme]].|[[String]]| | ||
|global.gameplay|Gameplay settings. Can be used to retrieve the gameplay settings as defined in your [[Game Configuration]].|[[Codex]]| | |global.gameplay|Gameplay settings. Can be used to retrieve the gameplay settings as defined in your [[Game Configuration]].|[[Codex]]| | ||
Line 15: | Line 17: | ||
|map.name|Name of the current [[map]].|[[String]]| | |map.name|Name of the current [[map]].|[[String]]| | ||
|map.groups|List of [[groups]] defined for the current [[map]].|[[Array]]| | |map.groups|List of [[groups]] defined for the current [[map]].|[[Array]]| | ||
- | |map.properties|Custom properties defined for the current [[map]].|[[Codex]]| | + | |map.property[" |
+ | |map.properties|All custom | ||
=====Camera Variables===== | =====Camera Variables===== |