Space Engineers
Public Member Functions | Properties | List of all members
VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxLogicGateNode Class Reference

Sequence independent node that creates syntax for basic boolean algebra operations. AND OR NOT XOR NAND NOR. It joins all provided values into a change of operations started and ended with parenthesis. More...

Inheritance diagram for VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxLogicGateNode:
VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxNode

Public Member Functions

 MyVisualSyntaxLogicGateNode (MyObjectBuilder_ScriptNode ob)
 
- 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_LogicGateScriptNode ObjectBuilder [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

Sequence independent node that creates syntax for basic boolean algebra operations. AND OR NOT XOR NAND NOR. It joins all provided values into a change of operations started and ended with parenthesis.

Definition at line 16 of file MyVisualSyntaxLogicGateNode.cs.

Constructor & Destructor Documentation

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

Definition at line 50 of file MyVisualSyntaxLogicGateNode.cs.

Property Documentation

new MyObjectBuilder_LogicGateScriptNode VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxLogicGateNode.ObjectBuilder
get

Definition at line 21 of file MyVisualSyntaxLogicGateNode.cs.


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