summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_functions.h
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2016-02-24 02:21:56 +0100
committerest31 <MTest31@outlook.com>2016-02-28 22:47:48 +0100
commitf81153eb6997c16318a5a7df5e982f013ebad37b (patch)
tree65360d141dfad5e1602f65744caa65c67e755bcb /modules/gdscript/gd_functions.h
parentbc87ce62365b71ba5da5afffd8ddf90c6ca4af0a (diff)
downloadredot-engine-f81153eb6997c16318a5a7df5e982f013ebad37b.tar.gz
Add xrange builtin function
Also update classes.xml in order to document xrange
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,