godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
GodotCallable.callable
godot
callable
GodotCallable
Undocumented in source.
struct
GodotCallable
package package(godot)
union
callable {
godot_callable
_godot_callable
;
GodotCallable_Bind
_bind
;
}
Members
Variables
_bind
GodotCallable_Bind
_bind
;
Undocumented in source.
_godot_callable
godot_callable
_godot_callable
;
Undocumented in source.
Meta
Source
See Implementation
godot
callable
GodotCallable
constructors
this
destructors
~this
functions
_defaultCtor
bind
bindv
call
callDeferred
callv
getBoundArguments
getBoundArgumentsCount
getMethod
getObject
getObjectId
hash
isCustom
isNull
isStandard
isValid
rpc
rpcId
unbind
unions
callable
variables
_callable