Marshalls
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
base64_to_raw ( String base64_str ) |
|
base64_to_utf8 ( String base64_str ) |
|
base64_to_variant ( String base64_str, bool allow_objects=false ) |
|
raw_to_base64 ( PackedByteArray array ) |
|
utf8_to_base64 ( String utf8_str ) |
|
variant_to_base64 ( Variant variant, bool full_objects=false ) |
Method Descriptions
PackedByteArray base64_to_raw ( String base64_str )
There is currently no description for this method. Please help us by contributing one!
String base64_to_utf8 ( String base64_str )
There is currently no description for this method. Please help us by contributing one!
Variant base64_to_variant ( String base64_str, bool allow_objects=false )
There is currently no description for this method. Please help us by contributing one!
String raw_to_base64 ( PackedByteArray array )
There is currently no description for this method. Please help us by contributing one!
String utf8_to_base64 ( String utf8_str )
There is currently no description for this method. Please help us by contributing one!
String variant_to_base64 ( Variant variant, bool full_objects=false )
There is currently no description for this method. Please help us by contributing one!