- getConfigFile
GodotMethod!(ConfigFile) getConfigFile;
Undocumented in source.
- getCurrentDependencies
GodotMethod!(PoolStringArray) getCurrentDependencies;
Undocumented in source.
- getCurrentLibraryPath
GodotMethod!(String) getCurrentLibraryPath;
Undocumented in source.
- getSymbolPrefix
GodotMethod!(String) getSymbolPrefix;
Undocumented in source.
- isReloadable
GodotMethod!(bool) isReloadable;
Undocumented in source.
- isSingleton
GodotMethod!(bool) isSingleton;
Undocumented in source.
- setConfigFile
GodotMethod!(void, ConfigFile) setConfigFile;
Undocumented in source.
- setLoadOnce
GodotMethod!(void, bool) setLoadOnce;
Undocumented in source.
- setReloadable
GodotMethod!(void, bool) setReloadable;
Undocumented in source.
- setSingleton
GodotMethod!(void, bool) setSingleton;
Undocumented in source.
- setSymbolPrefix
GodotMethod!(void, String) setSymbolPrefix;
Undocumented in source.
- shouldLoadOnce
GodotMethod!(bool) shouldLoadOnce;
Undocumented in source.