Space Engineers
Public Member Functions | Properties | List of all members
VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxVariableNode Class Reference
Inheritance diagram for VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxVariableNode:
VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxNode

Public Member Functions

 MyVisualSyntaxVariableNode (MyObjectBuilder_ScriptNode ob)
 
FieldDeclarationSyntax CreateFieldDeclaration ()
 
ExpressionStatementSyntax CreateInitializationSyntax ()
 
- Public Member Functions inherited from VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxNode
override int GetHashCode ()
 Method that is needed for Hashing purposes. Id should be a unique identifier within a graph. More...
 
IEnumerable< MyVisualSyntaxNodeGetSequenceDependentOutputs ()
 

Properties

new MyObjectBuilder_VariableScriptNode ObjectBuilder [get]
 
UsingDirectiveSyntax Using [get]
 
- Properties inherited from VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxNode
bool Preprocessed [get, set]
 Tells if the node was already preprocessed. (default value is false) More...
 
MyObjectBuilder_ScriptNode ObjectBuilder [get]
 Data container getter. More...
 

Additional Inherited Members

- Protected Member Functions inherited from VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxNode
MyVisualSyntaxNode TryRegisterNode (int nodeID, List< MyVisualSyntaxNode > collection)
 Tries to put the node of id into collection. More...
 
- Static Protected Member Functions inherited from VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxNode
static MyVisualSyntaxNode CommonParent (IEnumerable< MyVisualSyntaxNode > nodes)
 
- Protected Attributes inherited from VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxNode
MyObjectBuilder_ScriptNode m_objectBuilder
 Data container; More...
 

Detailed Description

Definition at line 10 of file MyVisualSyntaxVariableNode.cs.

Constructor & Destructor Documentation

VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxVariableNode.MyVisualSyntaxVariableNode ( MyObjectBuilder_ScriptNode  ob)
inline

Definition at line 23 of file MyVisualSyntaxVariableNode.cs.

Member Function Documentation

FieldDeclarationSyntax VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxVariableNode.CreateFieldDeclaration ( )
inline

Definition at line 30 of file MyVisualSyntaxVariableNode.cs.

ExpressionStatementSyntax VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxVariableNode.CreateInitializationSyntax ( )
inline

Definition at line 35 of file MyVisualSyntaxVariableNode.cs.

Property Documentation

new MyObjectBuilder_VariableScriptNode VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxVariableNode.ObjectBuilder
get

Definition at line 13 of file MyVisualSyntaxVariableNode.cs.

UsingDirectiveSyntax VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxVariableNode.Using
get

Definition at line 21 of file MyVisualSyntaxVariableNode.cs.


The documentation for this class was generated from the following file: