diff options
| author | Juan Linietsky | 2017-01-08 22:40:00 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-08 22:40:00 -0300 |
| commit | 62273e51a252287d1c60228e8a8e8939ecaa73c6 (patch) | |
| tree | fd39af99bc9cc1e71a623a0efda3222c3633134d /modules/gdscript/gd_functions.h | |
| parent | fdc3380cf6e0d17b19bbf9458f641fd948aa2ffc (diff) | |
| download | godot-62273e51a252287d1c60228e8a8e8939ecaa73c6.tar.gz godot-62273e51a252287d1c60228e8a8e8939ecaa73c6.tar.zst godot-62273e51a252287d1c60228e8a8e8939ecaa73c6.zip | |
Diffstat (limited to 'modules/gdscript/gd_functions.h')
| -rw-r--r-- | modules/gdscript/gd_functions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gdscript/gd_functions.h b/modules/gdscript/gd_functions.h index fb0452706..ab708e3eb 100644 --- a/modules/gdscript/gd_functions.h +++ b/modules/gdscript/gd_functions.h @@ -97,6 +97,9 @@ public: RESOURCE_LOAD, INST2DICT, DICT2INST, + VALIDATE_JSON, + PARSE_JSON, + TO_JSON, HASH, COLOR8, PRINT_STACK, |
