godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
JSONParseResult.GDNativeClassBinding
godot
jsonparseresult
JSONParseResult
Undocumented in source.
struct
JSONParseResult
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_error")
GodotMethod
!(
GodotError
)
getError
;
__gshared
@
GodotName
("get_error_line")
GodotMethod
!(
long
)
getErrorLine
;
__gshared
@
GodotName
("get_error_string")
GodotMethod
!(
String
)
getErrorString
;
__gshared
@
GodotName
("get_result")
GodotMethod
!(
Variant
)
getResult
;
__gshared
@
GodotName
("set_error")
GodotMethod
!(
void
,
long
)
setError
;
__gshared
@
GodotName
("set_error_line")
GodotMethod
!(
void
,
long
)
setErrorLine
;
__gshared
@
GodotName
("set_error_string")
GodotMethod
!(
void
,
String
)
setErrorString
;
__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
toHash
properties
error
errorLine
errorString
result
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name