-
Notifications
You must be signed in to change notification settings - Fork 0
class_resourcesaver
reduz edited this page Feb 23, 2014
·
10 revisions
Inherits: object\ Category: Core\
Resource Saving Interface.
- int #save( String path, Resource resource, int arg2=0 )
- StringArray #get_recognized_extensions( Object type )
Resource Saving Interface. This interface is used for saving resources to disk.
== save ==
- int #save( String path, Resource resource, int arg2=0 ) \ Save a resource to disk, to a given path. == get_recognized_extensions ==
- StringArray #get_recognized_extensions( Object type ) \ Return the list of extensions available for saving a resource of a given type.