-
Notifications
You must be signed in to change notification settings - Fork 0
class_resourceloader
reduz edited this page Feb 23, 2014
·
9 revisions
#####Inherits: Object
Resource Loader.
-
ResourceInteractiveLoader
load_interactive( String path, String type_hint="" ) -
Resource
load( String path, String type_hint="" ) -
StringArray
get_recognized_extensions_for_type( String type ) - void
set_abort_on_missing_resources( bool abort ) -
StringArray
get_dependencies( String arg0 ) -
bool
has( String arg0 )
Resource Loader. This is a static object accessible as resourceloader. GDScript has a simplified load() function, though.
-
ResourceInteractiveLoader
load_interactive( String path, String type_hint="" )
Load a resource interactively, the returned object allows to load with high granularity.
Load a resource. Optionally a hint can be given for the resource type to load.
-
StringArray
get_recognized_extensions_for_type( String type )
Return the list of recognized extensions for a resource type.
- void
set_abort_on_missing_resources( bool abort )
Change the behavior on missing sub-resources. Default is to abort load.