C# Class Gilgame.SEWorkbench.Interop.Blueprint

显示文件 Open project: gilgame/SEWorkbench

Public Methods

Method Description
Import ( string filename, string &name, Interop &grid ) : void
SaveBlockName ( string path, VRage.Game.MyObjectBuilder_Definitions definitions, long entityid, string name ) : VRage.Game.MyObjectBuilder_Definitions
SaveProgram ( string path, VRage.Game.MyObjectBuilder_Definitions definitions, long entityid, string program ) : VRage.Game.MyObjectBuilder_Definitions

Private Methods

Method Description
GetBlockType ( string name ) : string

Method Details

Import() public static method

public static Import ( string filename, string &name, Interop &grid ) : void
filename string
name string
grid Interop
return void

SaveBlockName() public static method

public static SaveBlockName ( string path, VRage.Game.MyObjectBuilder_Definitions definitions, long entityid, string name ) : VRage.Game.MyObjectBuilder_Definitions
path string
definitions VRage.Game.MyObjectBuilder_Definitions
entityid long
name string
return VRage.Game.MyObjectBuilder_Definitions

SaveProgram() public static method

public static SaveProgram ( string path, VRage.Game.MyObjectBuilder_Definitions definitions, long entityid, string program ) : VRage.Game.MyObjectBuilder_Definitions
path string
definitions VRage.Game.MyObjectBuilder_Definitions
entityid long
program string
return VRage.Game.MyObjectBuilder_Definitions