GodotMethod

Undocumented in source.

Members

Functions

argsString
string argsString()
Undocumented in source. Be warned that the author may not have intended to support it.
binding
string binding()
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.
same
bool same(GodotMethod other)
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.
templateArgsString
string templateArgsString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arguments
GodotArgument[] arguments;
Undocumented in source.
ddoc
string ddoc;
Undocumented in source.
has_varargs
bool has_varargs;
Undocumented in source.
is_const
bool is_const;
Undocumented in source.
is_editor
bool is_editor;
Undocumented in source.
is_from_script
bool is_from_script;
Undocumented in source.
is_noscript
bool is_noscript;
Undocumented in source.
is_virtual
bool is_virtual;
Undocumented in source.
name
string name;
Undocumented in source.
parent
GodotClass parent;
Undocumented in source.
return_type
Type return_type;
Undocumented in source.

Meta