GodotCallable

Untyped Callable that binds directly to Godot's Callable

Constructors

this
this(godot_callable opaque)
Undocumented in source.
this
this(GodotCallable other)
Undocumented in source.
this
this(GodotObject object, StringName method)
Undocumented in source.
this
this(GodotObject object, string method)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

_callable

Members

Functions

_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.

Unions

callable
union callable
Undocumented in source.

Variables

_callable
callable _callable;
Undocumented in source.

Meta