VisualScriptFunctionCall

@GodotBaseClass
struct VisualScriptFunctionCall {}

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Enums

CallMode
enum CallMode
Constants
enum Constants
RPCCallMode
enum RPCCallMode

Functions

_getArgumentCache
Dictionary _getArgumentCache()
_setArgumentCache
void _setArgumentCache(Dictionary argument_cache)
getBasePath
NodePath getBasePath()
getBaseScript
String getBaseScript()
getBaseType
String getBaseType()
getBasicType
Variant.Type getBasicType()
getCallMode
VisualScriptFunctionCall.CallMode getCallMode()
getFunction
String getFunction()
getRpcCallMode
VisualScriptFunctionCall.RPCCallMode getRpcCallMode()
getSingleton
String getSingleton()
getUseDefaultArgs
long getUseDefaultArgs()
getValidate
bool getValidate()
opAssign
typeof(null) opAssign(typeof(null) n)
opEquals
bool opEquals(VisualScriptFunctionCall other)
opEquals
bool opEquals(typeof(null) n)
setBasePath
void setBasePath(NodePathArg0 base_path)
setBaseScript
void setBaseScript(String base_script)
setBaseType
void setBaseType(String base_type)
setBasicType
void setBasicType(long basic_type)
setCallMode
void setCallMode(long mode)
setFunction
void setFunction(String _function)
setRpcCallMode
void setRpcCallMode(long mode)
setSingleton
void setSingleton(String singleton)
setUseDefaultArgs
void setUseDefaultArgs(long amount)
setValidate
void setValidate(bool enable)
toHash
size_t toHash()

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

_function
String _function [@property getter]
String _function [@property setter]
argumentCache
Dictionary argumentCache [@property getter]
Dictionary argumentCache [@property setter]
baseScript
String baseScript [@property getter]
String baseScript [@property setter]
baseType
String baseType [@property getter]
String baseType [@property setter]
basicType
Variant.Type basicType [@property getter]
long basicType [@property setter]
callMode
VisualScriptFunctionCall.CallMode callMode [@property getter]
long callMode [@property setter]
nodePath
NodePath nodePath [@property getter]
NodePath nodePath [@property setter]
rpcCallMode
VisualScriptFunctionCall.RPCCallMode rpcCallMode [@property getter]
long rpcCallMode [@property setter]
singleton
String singleton [@property getter]
String singleton [@property setter]
useDefaultArgs
long useDefaultArgs [@property getter]
long useDefaultArgs [@property setter]
validate
bool validate [@property getter]
bool validate [@property setter]

Static functions

_new
VisualScriptFunctionCall _new()

Construct a new instance of VisualScriptFunctionCall. Note: use memnew!VisualScriptFunctionCall instead.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

GDNativeClassBinding
struct GDNativeClassBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(ToRef) as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta