- _defaultCtor
void _defaultCtor()
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
GodotCallable bind(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindv
GodotCallable bindv(Array arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
- call
Variant call(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- callDeferred
Variant callDeferred(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- callv
Variant callv(Array arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBoundArguments
Array getBoundArguments()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBoundArgumentsCount
long getBoundArgumentsCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMethod
StringName getMethod()
Undocumented in source. Be warned that the author may not have intended to support it.
- getObject
GodotObject getObject()
Undocumented in source. Be warned that the author may not have intended to support it.
- getObjectId
ObjectID getObjectId()
Undocumented in source. Be warned that the author may not have intended to support it.
- hash
long hash()
Undocumented in source. Be warned that the author may not have intended to support it.
- isCustom
bool isCustom()
Undocumented in source. Be warned that the author may not have intended to support it.
- isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
- isStandard
bool isStandard()
Undocumented in source. Be warned that the author may not have intended to support it.
- isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
- rpc
void rpc(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- rpcId
void rpcId(long peerId, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- unbind
GodotCallable unbind(long argcount)
Undocumented in source. Be warned that the author may not have intended to support it.
Untyped Callable that binds directly to Godot's Callable