godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
JavaScriptSingleton._classBinding
godot
javascript
JavaScriptSingleton
Undocumented in source.
struct
JavaScriptSingleton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
godot_object
_singleton
;
__gshared immutable
char
*
_singletonName
;
__gshared
@
GodotName
("eval")
GodotMethod
!(
Variant
,
String
,
bool
)
eval
;
}
Members
Static variables
_singleton
godot_object
_singleton
;
Undocumented in source.
_singletonName
char
*
_singletonName
;
Undocumented in source.
eval
GodotMethod
!(
Variant
,
String
,
bool
)
eval
;
Undocumented in source.
Meta
Source
See Implementation
godot
javascript
JavaScriptSingleton
aliases
BaseClasses
functions
eval
opAssign
opEquals
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name