|
typedef Error(* | StoreStringFunc) (void *ud, const String &p_string) |
|
typedef String(* | EncodeResourceFunc) (void *ud, const RES &p_resource) |
|
|
static Error | write (const Variant &p_variant, StoreStringFunc p_store_string_func, void *p_store_string_ud, EncodeResourceFunc p_encode_res_func, void *p_encode_res_ud) |
|
static Error | write_to_string (const Variant &p_variant, String &r_string, EncodeResourceFunc p_encode_res_func=NULL, void *p_encode_res_ud=NULL) |
|
The documentation for this class was generated from the following files:
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/variant_parser.h
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/variant_parser.cpp