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

Inheritance: CubeBlockEntity
Mostrar archivo 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_oe static_oe property

public static string TerminalBlockBroadcastCustomNameMethod
return string

TerminalBlockClass public_oe static_oe property

public static string TerminalBlockClass
return string

TerminalBlockGetCustomNameMethod public_oe static_oe property

public static string TerminalBlockGetCustomNameMethod
return string

TerminalBlockNamespace public_oe static_oe property

public static string TerminalBlockNamespace
return string

TerminalBlockSetCustomNameMethod public_oe static_oe property

public static string TerminalBlockSetCustomNameMethod
return string