diff options
| author | Juan Linietsky | 2015-04-18 14:00:15 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-04-18 14:00:15 -0300 |
| commit | be46be78012e98d68b960437bf3d33e577948548 (patch) | |
| tree | a90870e00664ad963b2c66a704da6bcc3a2bb3d2 /modules/gdscript/gd_functions.h | |
| parent | 3b434eacde58450965708c3eafb6b22eb2a99361 (diff) | |
| download | godot-be46be78012e98d68b960437bf3d33e577948548.tar.gz godot-be46be78012e98d68b960437bf3d33e577948548.tar.zst godot-be46be78012e98d68b960437bf3d33e577948548.zip | |
Diffstat (limited to 'modules/gdscript/gd_functions.h')
| -rw-r--r-- | modules/gdscript/gd_functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_functions.h b/modules/gdscript/gd_functions.h index 4fbfe9922..321b11104 100644 --- a/modules/gdscript/gd_functions.h +++ b/modules/gdscript/gd_functions.h @@ -94,7 +94,7 @@ public: DICT2INST, HASH, PRINT_STACK, - GET_INST, + INSTANCE_FROM_ID, FUNC_MAX }; |
