diff options
| author | Juan Linietsky | 2015-02-15 01:19:46 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-02-15 01:21:26 -0300 |
| commit | 2185c018f6593e6d64b2beb62202d2291e2e008e (patch) | |
| tree | b6f57e0a20ff3d0432e6ac6eb809bc34ca8eefa0 /modules/gdscript/gd_functions.h | |
| parent | 7ebb224ec1d81ccd62b77f21f01f5267220aee09 (diff) | |
| download | godot-2185c018f6593e6d64b2beb62202d2291e2e008e.tar.gz godot-2185c018f6593e6d64b2beb62202d2291e2e008e.tar.zst godot-2185c018f6593e6d64b2beb62202d2291e2e008e.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 340763fb8..05ff6a2e7 100644 --- a/modules/gdscript/gd_functions.h +++ b/modules/gdscript/gd_functions.h @@ -85,6 +85,8 @@ public: TEXT_PRINT_TABBED, TEXT_PRINTERR, TEXT_PRINTRAW, + VAR_TO_STR, + STR_TO_VAR, GEN_RANGE, RESOURCE_LOAD, INST2DICT, |
