ResourceSaver

Inherits: Object

There is currently no description for this class. Please help us by contributing one!

Methods

void

add_resource_format_saver ( ResourceFormatSaver format_saver, bool at_front=false )

PackedStringArray

get_recognized_extensions ( Resource type )

void

remove_resource_format_saver ( ResourceFormatSaver format_saver )

Error

save ( Resource resource, String path=””, BitField<SaverFlags> flags=0 )


Enumerations

flags SaverFlags:

SaverFlags FLAG_NONE = 0

There is currently no description for this enum. Please help us by contributing one!

SaverFlags FLAG_RELATIVE_PATHS = 1

There is currently no description for this enum. Please help us by contributing one!

SaverFlags FLAG_BUNDLE_RESOURCES = 2

There is currently no description for this enum. Please help us by contributing one!

SaverFlags FLAG_CHANGE_PATH = 4

There is currently no description for this enum. Please help us by contributing one!

SaverFlags FLAG_OMIT_EDITOR_PROPERTIES = 8

There is currently no description for this enum. Please help us by contributing one!

SaverFlags FLAG_SAVE_BIG_ENDIAN = 16

There is currently no description for this enum. Please help us by contributing one!

SaverFlags FLAG_COMPRESS = 32

There is currently no description for this enum. Please help us by contributing one!

SaverFlags FLAG_REPLACE_SUBRESOURCE_PATHS = 64

There is currently no description for this enum. Please help us by contributing one!


Method Descriptions

void add_resource_format_saver ( ResourceFormatSaver format_saver, bool at_front=false )

There is currently no description for this method. Please help us by contributing one!


PackedStringArray get_recognized_extensions ( Resource type )

There is currently no description for this method. Please help us by contributing one!


void remove_resource_format_saver ( ResourceFormatSaver format_saver )

There is currently no description for this method. Please help us by contributing one!


Error save ( Resource resource, String path=””, BitField<SaverFlags> flags=0 )

There is currently no description for this method. Please help us by contributing one!