summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_functions.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2016-02-28 23:00:57 +0100
committerRémi Verschelde <remi@verschelde.fr>2016-02-28 23:00:57 +0100
commitadf50568890cefb5fc354dbc1b21c4140bb410f9 (patch)
treed22d36d9bf5dc497acc0265aabab96d70d413825 /modules/gdscript/gd_functions.h
parentee2bc87c0ef3cc1a432655ff935e60f32977904d (diff)
parent5f66692395744712244f19e66eaa89790590a019 (diff)
Merge pull request #3814 from est31/iterators_for_for
Add Iterators and use them for for
Diffstat (limited to 'modules/gdscript/gd_functions.h')
-rw-r--r--modules/gdscript/gd_functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_functions.h b/modules/gdscript/gd_functions.h
index 8c88472567..3a993cc038 100644
--- a/modules/gdscript/gd_functions.h
+++ b/modules/gdscript/gd_functions.h
@@ -92,6 +92,7 @@ public:
VAR_TO_BYTES,
BYTES_TO_VAR,
GEN_RANGE,
+ GEN_XRANGE,
RESOURCE_LOAD,
INST2DICT,
DICT2INST,