GodotClass

Undocumented in source.

Members

Functions

addUsedClass
void addUsedClass(Type c)
Undocumented in source. Be warned that the author may not have intended to support it.
bindingStruct
string bindingStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
finalizeDeserialization
void finalizeDeserialization(Asdf data)
Undocumented in source. Be warned that the author may not have intended to support it.
source
string source()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

BaseRange
struct BaseRange
Undocumented in source.

Variables

api_type
string api_type;
Undocumented in source.
base_class
Type base_class;
Undocumented in source.
base_class_ptr
GodotClass base_class_ptr;
Undocumented in source.
constants
int[string] constants;
Undocumented in source.
constantsInEnums
string[] constantsInEnums;
Undocumented in source.
ddoc
string ddoc;
Undocumented in source.
ddocBrief
string ddocBrief;
Undocumented in source.
ddocConstants
string[string] ddocConstants;
Undocumented in source.
descendant_ptrs
GodotClass[] descendant_ptrs;

direct descendent classes

enums
GodotEnum[] enums;
Undocumented in source.
instanciable
bool instanciable;
Undocumented in source.
is_reference
bool is_reference;
Undocumented in source.
methods
GodotMethod[] methods;
Undocumented in source.
missingEnums
Type[] missingEnums;

enums that were left unregistered in Godot

name
Type name;
Undocumented in source.
parent
ClassList* parent;
Undocumented in source.
properties
GodotProperty[] properties;
Undocumented in source.
singleton
bool singleton;
Undocumented in source.
used_classes
const(Type)[] used_classes;
Undocumented in source.

Meta