PuppetResourceFormatLoader.handlesType_

Tells Godot whether this format loader handles the given type.

class PuppetResourceFormatLoader
@nogc override
bool
handlesType_
(
StringName type
)

Parameters

type StringName

The name of the resource type to query.

Return Value

Type: bool

true if this loader handles the given type, false otherwise.

Meta