C# Class SEModAPIInternal.API.Entity.Sector.SectorObject.CubeGrid.CubeBlock.TerminalBlockEntity

Inheritance: CubeBlockEntity
Show file Open project: rexxar-tc/SEServerExtender

Public Properties

Property Type Description
TerminalBlockBroadcastCustomNameMethod string
TerminalBlockClass string
TerminalBlockGetCustomNameMethod string
TerminalBlockNamespace string
TerminalBlockSetCustomNameMethod string

Private Properties

Property Type Description

Public Methods

Method Description
ReflectionUnitTest ( ) : bool
SetCustomName ( IMyTerminalBlock terminalBlock, string text ) : void
TerminalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_TerminalBlock definition ) : System
TerminalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_TerminalBlock definition, Object backingObject ) : System

Protected Methods

Method Description
GetCustomName ( ) : string
InternalSetCustomName ( ) : void

Method Details

GetCustomName() protected method

protected GetCustomName ( ) : string
return string

InternalSetCustomName() protected method

protected InternalSetCustomName ( ) : void
return void

ReflectionUnitTest() public static method

public static ReflectionUnitTest ( ) : bool
return bool

SetCustomName() public static method

public static SetCustomName ( IMyTerminalBlock terminalBlock, string text ) : void
terminalBlock IMyTerminalBlock
text string
return void

TerminalBlockEntity() public method

public TerminalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_TerminalBlock definition ) : System
parent CubeGridEntity
definition MyObjectBuilder_TerminalBlock
return System

TerminalBlockEntity() public method

public TerminalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_TerminalBlock definition, Object backingObject ) : System
parent CubeGridEntity
definition MyObjectBuilder_TerminalBlock
backingObject Object
return System

Property Details

TerminalBlockBroadcastCustomNameMethod public static property

public static string TerminalBlockBroadcastCustomNameMethod
return string

TerminalBlockClass public static property

public static string TerminalBlockClass
return string

TerminalBlockGetCustomNameMethod public static property

public static string TerminalBlockGetCustomNameMethod
return string

TerminalBlockNamespace public static property

public static string TerminalBlockNamespace
return string

TerminalBlockSetCustomNameMethod public static property

public static string TerminalBlockSetCustomNameMethod
return string