diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2016-02-28 23:00:57 +0100 |
|---|---|---|
| committer | Rémi Verschelde <remi@verschelde.fr> | 2016-02-28 23:00:57 +0100 |
| commit | adf50568890cefb5fc354dbc1b21c4140bb410f9 (patch) | |
| tree | d22d36d9bf5dc497acc0265aabab96d70d413825 /modules/gdscript/gd_functions.h | |
| parent | ee2bc87c0ef3cc1a432655ff935e60f32977904d (diff) | |
| parent | 5f66692395744712244f19e66eaa89790590a019 (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.h | 1 |
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, |