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

Simple method declaration node for implementing the interface methods. More...

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

Public Member Functions

 MyVisualSyntaxInterfaceMethodNode (MyObjectBuilder_ScriptNode ob, Type baseClass)
 
void AddSequenceInput (MyVisualSyntaxNode parent)
 
MethodDeclarationSyntax GetMethodDeclaration ()
 
- 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_InterfaceMethodNode 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

Simple method declaration node for implementing the interface methods.

Definition at line 14 of file MyVisualSyntaxInterfaceMethodNode.cs.

Constructor & Destructor Documentation

VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxInterfaceMethodNode.MyVisualSyntaxInterfaceMethodNode ( MyObjectBuilder_ScriptNode  ob,
Type  baseClass 
)
inline

Definition at line 23 of file MyVisualSyntaxInterfaceMethodNode.cs.

Member Function Documentation

void VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxInterfaceMethodNode.AddSequenceInput ( MyVisualSyntaxNode  parent)
inline

Definition at line 41 of file MyVisualSyntaxInterfaceMethodNode.cs.

MethodDeclarationSyntax VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxInterfaceMethodNode.GetMethodDeclaration ( )
inline

Definition at line 60 of file MyVisualSyntaxInterfaceMethodNode.cs.

Property Documentation

new MyObjectBuilder_InterfaceMethodNode VRage.Game.VisualScripting.ScriptBuilder.Nodes.MyVisualSyntaxInterfaceMethodNode.ObjectBuilder
get

Definition at line 19 of file MyVisualSyntaxInterfaceMethodNode.cs.


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