- _singleton
godot_object _singleton;
Undocumented in source.
- _singletonName
char* _singletonName;
Undocumented in source.
- addTranslation
GodotMethod!(void, Translation) addTranslation;
Undocumented in source.
- clear
GodotMethod!(void) clear;
Undocumented in source.
- getLoadedLocales
GodotMethod!(Array) getLoadedLocales;
Undocumented in source.
- getLocale
GodotMethod!(String) getLocale;
Undocumented in source.
- getLocaleName
GodotMethod!(String, String) getLocaleName;
Undocumented in source.
- removeTranslation
GodotMethod!(void, Translation) removeTranslation;
Undocumented in source.
- setLocale
GodotMethod!(void, String) setLocale;
Undocumented in source.
- translate
GodotMethod!(String, String) translate;
Undocumented in source.