PuppetResourceFormatLoader

Puppet resource loader.

Members

Functions

getRecognizedExtensions_
PackedArray!String getRecognizedExtensions_()

Gets the list of extensions for files this loader is able to read.

getResourceType_
String getResourceType_(String path)

Gets the resource type to create for a given path string.

handlesType_
bool handlesType_(StringName type)

Tells Godot whether this format loader handles the given type.

load_
Variant load_(String path, String originalpath, bool usesubthreads, long cachemode)

Loads the given resource from the given path.

Static functions

__gde_postregistration
void __gde_postregistration()

Special callback that is called by nugodot after all types have been loaded.

__gde_preunregistration
void __gde_preunregistration()

Special callback that is called by nugodot before all types get unloaded.

Meta