godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
TranslationServerSingleton._classBinding
godot
translationserver
TranslationServerSingleton
Undocumented in source.
struct
TranslationServerSingleton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
godot_object
_singleton
;
__gshared immutable
char
*
_singletonName
;
__gshared
@
GodotName
("set_locale")
GodotMethod
!(
void
,
String
)
setLocale
;
__gshared
@
GodotName
("get_locale")
GodotMethod
!(
String
)
getLocale
;
__gshared
@
GodotName
("get_locale_name")
GodotMethod
!(
String
,
String
)
getLocaleName
;
__gshared
@
GodotName
("translate")
GodotMethod
!(
String
,
String
)
translate
;
__gshared
@
GodotName
("add_translation")
GodotMethod
!(
void
,
Translation
)
addTranslation
;
__gshared
@
GodotName
("remove_translation")
GodotMethod
!(
void
,
Translation
)
removeTranslation
;
__gshared
@
GodotName
("clear")
GodotMethod
!(
void
)
clear
;
}
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
Source
See Implementation
godot
translationserver
TranslationServerSingleton
aliases
BaseClasses
functions
addTranslation
clear
getLocale
getLocaleName
opAssign
opEquals
removeTranslation
setLocale
translate
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name