godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
FuncRef._classBinding
godot
funcref
FuncRef
Undocumented in source.
struct
FuncRef
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("call_func")
GodotMethod
!(
Variant
,
GodotVarArgs
)
callFunc
;
__gshared
@
GodotName
("set_instance")
GodotMethod
!(
void
,
GodotObject
)
setInstance
;
__gshared
@
GodotName
("set_function")
GodotMethod
!(
void
,
String
)
setFunction
;
}
Members
Static variables
callFunc
GodotMethod
!(
Variant
,
GodotVarArgs
)
callFunc
;
Undocumented in source.
setFunction
GodotMethod
!(
void
,
String
)
setFunction
;
Undocumented in source.
setInstance
GodotMethod
!(
void
,
GodotObject
)
setInstance
;
Undocumented in source.
Meta
Source
See Implementation
godot
funcref
FuncRef
aliases
BaseClasses
functions
callFunc
opAssign
opEquals
setFunction
setInstance
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name