godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
FuncRef.GDNativeClassBinding
godot
funcref
FuncRef
Undocumented in source.
struct
FuncRef
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("call_func")
GodotMethod
!(
Variant
,
GodotVarArgs
)
callFunc
;
__gshared
@
GodotName
("call_funcv")
GodotMethod
!(
Variant
,
Array
)
callFuncv
;
__gshared
@
GodotName
("get_function")
GodotMethod
!(
String
)
getFunction
;
__gshared
@
GodotName
("is_valid")
GodotMethod
!(
bool
)
isValid
;
__gshared
@
GodotName
("set_function")
GodotMethod
!(
void
,
String
)
setFunction
;
__gshared
@
GodotName
("set_instance")
GodotMethod
!(
void
,
GodotObject
)
setInstance
;
}
Members
Static variables
callFunc
GodotMethod
!(
Variant
,
GodotVarArgs
)
callFunc
;
Undocumented in source.
callFuncv
GodotMethod
!(
Variant
,
Array
)
callFuncv
;
Undocumented in source.
getFunction
GodotMethod
!(
String
)
getFunction
;
Undocumented in source.
isValid
GodotMethod
!(
bool
)
isValid
;
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
callFuncv
getFunction
isValid
opAssign
opEquals
setFunction
setInstance
toHash
properties
_function
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name