TranslationServerSingleton._classBinding

Undocumented in source.

Members

Static variables

_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.
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.

Meta