- _getData
GodotMethod!(Dictionary) _getData;
Undocumented in source.
- _nodePortsChanged
GodotMethod!(void, long) _nodePortsChanged;
Undocumented in source.
- _setData
GodotMethod!(void, Dictionary) _setData;
Undocumented in source.
- addCustomSignal
GodotMethod!(void, String) addCustomSignal;
Undocumented in source.
- addFunction
GodotMethod!(void, String) addFunction;
Undocumented in source.
- addNode
GodotMethod!(void, String, long, VisualScriptNode, Vector2) addNode;
Undocumented in source.
- addVariable
GodotMethod!(void, String, Variant, bool) addVariable;
Undocumented in source.
- customSignalAddArgument
GodotMethod!(void, String, long, String, long) customSignalAddArgument;
Undocumented in source.
- customSignalGetArgumentCount
GodotMethod!(long, String) customSignalGetArgumentCount;
Undocumented in source.
- customSignalGetArgumentName
GodotMethod!(String, String, long) customSignalGetArgumentName;
Undocumented in source.
- customSignalGetArgumentType
GodotMethod!(Variant.Type, String, long) customSignalGetArgumentType;
Undocumented in source.
- customSignalRemoveArgument
GodotMethod!(void, String, long) customSignalRemoveArgument;
Undocumented in source.
- customSignalSetArgumentName
GodotMethod!(void, String, long, String) customSignalSetArgumentName;
Undocumented in source.
- customSignalSetArgumentType
GodotMethod!(void, String, long, long) customSignalSetArgumentType;
Undocumented in source.
- customSignalSwapArgument
GodotMethod!(void, String, long, long) customSignalSwapArgument;
Undocumented in source.
- dataConnect
GodotMethod!(void, String, long, long, long, long) dataConnect;
Undocumented in source.
- dataDisconnect
GodotMethod!(void, String, long, long, long, long) dataDisconnect;
Undocumented in source.
- getFunctionNodeId
GodotMethod!(long, String) getFunctionNodeId;
Undocumented in source.
- getFunctionScroll
GodotMethod!(Vector2, String) getFunctionScroll;
Undocumented in source.
- getNode
GodotMethod!(VisualScriptNode, String, long) getNode;
Undocumented in source.
- getNodePosition
GodotMethod!(Vector2, String, long) getNodePosition;
Undocumented in source.
- getVariableDefaultValue
GodotMethod!(Variant, String) getVariableDefaultValue;
Undocumented in source.
- getVariableExport
GodotMethod!(bool, String) getVariableExport;
Undocumented in source.
- getVariableInfo
GodotMethod!(Dictionary, String) getVariableInfo;
Undocumented in source.
- hasCustomSignal
GodotMethod!(bool, String) hasCustomSignal;
Undocumented in source.
- hasDataConnection
GodotMethod!(bool, String, long, long, long, long) hasDataConnection;
Undocumented in source.
- hasFunction
GodotMethod!(bool, String) hasFunction;
Undocumented in source.
- hasNode
GodotMethod!(bool, String, long) hasNode;
Undocumented in source.
- hasSequenceConnection
GodotMethod!(bool, String, long, long, long) hasSequenceConnection;
Undocumented in source.
- hasVariable
GodotMethod!(bool, String) hasVariable;
Undocumented in source.
- removeCustomSignal
GodotMethod!(void, String) removeCustomSignal;
Undocumented in source.
- removeFunction
GodotMethod!(void, String) removeFunction;
Undocumented in source.
- removeNode
GodotMethod!(void, String, long) removeNode;
Undocumented in source.
- removeVariable
GodotMethod!(void, String) removeVariable;
Undocumented in source.
- renameCustomSignal
GodotMethod!(void, String, String) renameCustomSignal;
Undocumented in source.
- renameFunction
GodotMethod!(void, String, String) renameFunction;
Undocumented in source.
- renameVariable
GodotMethod!(void, String, String) renameVariable;
Undocumented in source.
- sequenceConnect
GodotMethod!(void, String, long, long, long) sequenceConnect;
Undocumented in source.
- sequenceDisconnect
GodotMethod!(void, String, long, long, long) sequenceDisconnect;
Undocumented in source.
- setFunctionScroll
GodotMethod!(void, String, Vector2) setFunctionScroll;
Undocumented in source.
- setInstanceBaseType
GodotMethod!(void, String) setInstanceBaseType;
Undocumented in source.
- setNodePosition
GodotMethod!(void, String, long, Vector2) setNodePosition;
Undocumented in source.
- setVariableDefaultValue
GodotMethod!(void, String, Variant) setVariableDefaultValue;
Undocumented in source.
- setVariableExport
GodotMethod!(void, String, bool) setVariableExport;
Undocumented in source.
- setVariableInfo
GodotMethod!(void, String, Dictionary) setVariableInfo;
Undocumented in source.