diff options
| author | sanikoyes | 2015-03-25 11:01:12 +0800 |
|---|---|---|
| committer | sanikoyes | 2015-03-25 11:01:12 +0800 |
| commit | 97f34a1dd6b472318df80d801f80f8d5eecd9e99 (patch) | |
| tree | 9c2493fa678057b05ee68f963288e53ea3d3b0a1 /modules/gdscript/gd_functions.h | |
| parent | cbad0440ab078e72fcd5af50fa800d9720fb7761 (diff) | |
| download | godot-97f34a1dd6b472318df80d801f80f8d5eecd9e99.tar.gz godot-97f34a1dd6b472318df80d801f80f8d5eecd9e99.tar.zst godot-97f34a1dd6b472318df80d801f80f8d5eecd9e99.zip | |
Diffstat (limited to 'modules/gdscript/gd_functions.h')
| -rw-r--r-- | modules/gdscript/gd_functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gd_functions.h b/modules/gdscript/gd_functions.h index 05ff6a2e7..4fbfe9922 100644 --- a/modules/gdscript/gd_functions.h +++ b/modules/gdscript/gd_functions.h @@ -67,6 +67,7 @@ public: MATH_RAND, MATH_RANDF, MATH_RANDOM, + MATH_SEED, MATH_RANDSEED, MATH_DEG2RAD, MATH_RAD2DEG, @@ -93,6 +94,7 @@ public: DICT2INST, HASH, PRINT_STACK, + GET_INST, FUNC_MAX }; |
