godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
JSONParseResult._classBinding
godot
jsonparseresult
JSONParseResult
Undocumented in source.
struct
JSONParseResult
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("get_error")
GodotMethod
!(
GodotError
)
getError
;
__gshared
@
GodotName
("get_error_string")
GodotMethod
!(
String
)
getErrorString
;
__gshared
@
GodotName
("get_error_line")
GodotMethod
!(
long
)
getErrorLine
;
__gshared
@
GodotName
("get_result")
GodotMethod
!(
Variant
)
getResult
;
__gshared
@
GodotName
("set_error")
GodotMethod
!(
void
,
long
)
setError
;
__gshared
@
GodotName
("set_error_string")
GodotMethod
!(
void
,
String
)
setErrorString
;
__gshared
@
GodotName
("set_error_line")
GodotMethod
!(
void
,
long
)
setErrorLine
;
__gshared
@
GodotName
("set_result")
GodotMethod
!(
void
,
Variant
)
setResult
;
}
Members
Static variables
getError
GodotMethod
!(
GodotError
)
getError
;
Undocumented in source.
getErrorLine
GodotMethod
!(
long
)
getErrorLine
;
Undocumented in source.
getErrorString
GodotMethod
!(
String
)
getErrorString
;
Undocumented in source.
getResult
GodotMethod
!(
Variant
)
getResult
;
Undocumented in source.
setError
GodotMethod
!(
void
,
long
)
setError
;
Undocumented in source.
setErrorLine
GodotMethod
!(
void
,
long
)
setErrorLine
;
Undocumented in source.
setErrorString
GodotMethod
!(
void
,
String
)
setErrorString
;
Undocumented in source.
setResult
GodotMethod
!(
void
,
Variant
)
setResult
;
Undocumented in source.
Meta
Source
See Implementation
godot
jsonparseresult
JSONParseResult
aliases
BaseClasses
functions
getError
getErrorLine
getErrorString
getResult
opAssign
opEquals
setError
setErrorLine
setErrorString
setResult
properties
error
errorLine
errorString
result
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name