diff options
| author | Juan Linietsky | 2016-01-02 21:07:03 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-02 21:07:03 -0300 |
| commit | 23441ec8676f6d804692fe1e49e7fea2bec55341 (patch) | |
| tree | 9a7cc1188652695bfaf11b3cc85c7d34dfb0bc34 /modules/gdscript/gd_functions.h | |
| parent | 939c5f5c9effce84b55d1ff1ead33dda62c5d3d6 (diff) | |
| download | godot-23441ec8676f6d804692fe1e49e7fea2bec55341.tar.gz godot-23441ec8676f6d804692fe1e49e7fea2bec55341.tar.zst godot-23441ec8676f6d804692fe1e49e7fea2bec55341.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 e6ef8b9ec..8c8847256 100644 --- a/modules/gdscript/gd_functions.h +++ b/modules/gdscript/gd_functions.h @@ -89,6 +89,8 @@ public: TEXT_PRINTRAW, VAR_TO_STR, STR_TO_VAR, + VAR_TO_BYTES, + BYTES_TO_VAR, GEN_RANGE, RESOURCE_LOAD, INST2DICT, |
