Space Engineers
Public Attributes | List of all members
VRage.Game.ObjectBuilders.VisualScripting.MyObjectBuilder_InterfaceMethodNode Class Reference
Inheritance diagram for VRage.Game.ObjectBuilders.VisualScripting.MyObjectBuilder_InterfaceMethodNode:
VRage.Game.MyObjectBuilder_ScriptNode VRage.ObjectBuilders.MyObjectBuilder_Base

Public Attributes

string MethodName
 
List< int > SequenceOutputIDs = new List<int>()
 
List< IdentifierListOutputIDs = new List<IdentifierList>()
 
List< string > OutputNames = new List<string>()
 
List< string > OuputTypes = new List<string>()
 
- Public Attributes inherited from VRage.Game.MyObjectBuilder_ScriptNode
int ID
 
Vector2 Position
 

Additional Inherited Members

- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
bool ShouldSerializeSubtypeId ()
 
void Save (string filepath)
 
virtual MyObjectBuilder_Base Clone ()
 
- Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
MyStringHash SubtypeId [get]
 
string SubtypeName [get, set]
 
MyObjectBuilderType TypeId [get]
 

Detailed Description

Definition at line 7 of file MyObjectBuilder_InterfaceMethodNode.cs.

Member Data Documentation

string VRage.Game.ObjectBuilders.VisualScripting.MyObjectBuilder_InterfaceMethodNode.MethodName

Definition at line 9 of file MyObjectBuilder_InterfaceMethodNode.cs.

List<string> VRage.Game.ObjectBuilders.VisualScripting.MyObjectBuilder_InterfaceMethodNode.OuputTypes = new List<string>()

Definition at line 17 of file MyObjectBuilder_InterfaceMethodNode.cs.

List<IdentifierList> VRage.Game.ObjectBuilders.VisualScripting.MyObjectBuilder_InterfaceMethodNode.OutputIDs = new List<IdentifierList>()

Definition at line 13 of file MyObjectBuilder_InterfaceMethodNode.cs.

List<string> VRage.Game.ObjectBuilders.VisualScripting.MyObjectBuilder_InterfaceMethodNode.OutputNames = new List<string>()

Definition at line 15 of file MyObjectBuilder_InterfaceMethodNode.cs.

List<int> VRage.Game.ObjectBuilders.VisualScripting.MyObjectBuilder_InterfaceMethodNode.SequenceOutputIDs = new List<int>()

Definition at line 11 of file MyObjectBuilder_InterfaceMethodNode.cs.


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