VisualScriptFunctionCall.GDNativeClassBinding

Undocumented in source.
struct VisualScriptFunctionCall
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_getArgumentCache
GodotMethod!(Dictionary) _getArgumentCache;
Undocumented in source.
_setArgumentCache
GodotMethod!(void, Dictionary) _setArgumentCache;
Undocumented in source.
getBasePath
GodotMethod!(NodePath) getBasePath;
Undocumented in source.
getBaseScript
GodotMethod!(String) getBaseScript;
Undocumented in source.
getBaseType
GodotMethod!(String) getBaseType;
Undocumented in source.
getBasicType
GodotMethod!(Variant.Type) getBasicType;
Undocumented in source.
getCallMode
GodotMethod!(VisualScriptFunctionCall.CallMode) getCallMode;
Undocumented in source.
getFunction
GodotMethod!(String) getFunction;
Undocumented in source.
getRpcCallMode
GodotMethod!(VisualScriptFunctionCall.RPCCallMode) getRpcCallMode;
Undocumented in source.
getSingleton
GodotMethod!(String) getSingleton;
Undocumented in source.
getUseDefaultArgs
GodotMethod!(long) getUseDefaultArgs;
Undocumented in source.
getValidate
GodotMethod!(bool) getValidate;
Undocumented in source.
setBasePath
GodotMethod!(void, NodePath) setBasePath;
Undocumented in source.
setBaseScript
GodotMethod!(void, String) setBaseScript;
Undocumented in source.
setBaseType
GodotMethod!(void, String) setBaseType;
Undocumented in source.
setBasicType
GodotMethod!(void, long) setBasicType;
Undocumented in source.
setCallMode
GodotMethod!(void, long) setCallMode;
Undocumented in source.
setFunction
GodotMethod!(void, String) setFunction;
Undocumented in source.
setRpcCallMode
GodotMethod!(void, long) setRpcCallMode;
Undocumented in source.
setSingleton
GodotMethod!(void, String) setSingleton;
Undocumented in source.
setUseDefaultArgs
GodotMethod!(void, long) setUseDefaultArgs;
Undocumented in source.
setValidate
GodotMethod!(void, bool) setValidate;
Undocumented in source.

Meta