JSONParseResult._classBinding

Undocumented in source.

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