1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Added var2bytes and bytes2var to convet any variable to bytes and back. Closes #2075

This commit is contained in:
Juan Linietsky
2016-01-02 21:07:03 -03:00
parent 939c5f5c9e
commit 23441ec867
4 changed files with 75 additions and 3 deletions

View File

@@ -89,6 +89,8 @@ public:
TEXT_PRINTRAW,
VAR_TO_STR,
STR_TO_VAR,
VAR_TO_BYTES,
BYTES_TO_VAR,
GEN_RANGE,
RESOURCE_LOAD,
INST2DICT,