godot-d v0.0.7 (2018-11-02T21:25:15Z)
Dub
Repo
JSONSingleton._classBinding
godot
json
JSONSingleton
Undocumented in source.
struct
JSONSingleton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
godot_object
_singleton
;
__gshared immutable
char
*
_singletonName
;
__gshared
@
GodotName
("print")
GodotMethod
!(
String
,
Variant
,
String
,
bool
)
print
;
__gshared
@
GodotName
("parse")
GodotMethod
!(
JSONParseResult
,
String
)
parse
;
}
Members
Static variables
_singleton
godot_object
_singleton
;
Undocumented in source.
_singletonName
char
*
_singletonName
;
Undocumented in source.
parse
GodotMethod
!(
JSONParseResult
,
String
)
parse
;
Undocumented in source.
print
GodotMethod
!(
String
,
Variant
,
String
,
bool
)
print
;
Undocumented in source.
Meta
Source
See Implementation
godot
json
JSONSingleton
aliases
BaseClasses
functions
opAssign
opEquals
parse
print
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name