GDExtensionManager

Inherits: Object

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

Methods

GDExtension

get_extension ( String path )

PackedStringArray

get_loaded_extensions ( ) const

bool

is_extension_loaded ( String path ) const

LoadStatus

load_extension ( String path )

LoadStatus

reload_extension ( String path )

LoadStatus

unload_extension ( String path )


Signals

extensions_reloaded ( )

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


Enumerations

enum LoadStatus:

LoadStatus LOAD_STATUS_OK = 0

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

LoadStatus LOAD_STATUS_FAILED = 1

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

LoadStatus LOAD_STATUS_ALREADY_LOADED = 2

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

LoadStatus LOAD_STATUS_NOT_LOADED = 3

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

LoadStatus LOAD_STATUS_NEEDS_RESTART = 4

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


Method Descriptions

GDExtension get_extension ( String path )

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


PackedStringArray get_loaded_extensions ( ) const

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


bool is_extension_loaded ( String path ) const

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


LoadStatus load_extension ( String path )

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


LoadStatus reload_extension ( String path )

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


LoadStatus unload_extension ( String path )

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