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

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

Public Properties

Property Type Description
ReactorClass string
ReactorGetInventoryMethod string
ReactorNamespace string
ReactorSetMaxPowerOutputMethod string

Private Properties

Property Type Description

Public Methods

Method Description
ReactorEntity ( CubeGridEntity parent, Sandbox.Common.ObjectBuilders.MyObjectBuilder_Reactor definition ) : System
ReactorEntity ( CubeGridEntity parent, Sandbox.Common.ObjectBuilders.MyObjectBuilder_Reactor definition, Object backingObject ) : System
ReflectionUnitTest ( ) : bool

Protected Methods

Method Description
InternalGetReactorInventory ( ) : Object
InternalUpdateMaxPowerOutput ( ) : void

Method Details

InternalGetReactorInventory() protected method

protected InternalGetReactorInventory ( ) : Object
return Object

InternalUpdateMaxPowerOutput() protected method

protected InternalUpdateMaxPowerOutput ( ) : void
return void

ReactorEntity() public method

public ReactorEntity ( CubeGridEntity parent, Sandbox.Common.ObjectBuilders.MyObjectBuilder_Reactor definition ) : System
parent CubeGridEntity
definition Sandbox.Common.ObjectBuilders.MyObjectBuilder_Reactor
return System

ReactorEntity() public method

public ReactorEntity ( CubeGridEntity parent, Sandbox.Common.ObjectBuilders.MyObjectBuilder_Reactor definition, Object backingObject ) : System
parent CubeGridEntity
definition Sandbox.Common.ObjectBuilders.MyObjectBuilder_Reactor
backingObject Object
return System

ReflectionUnitTest() public static method

public static ReflectionUnitTest ( ) : bool
return bool

Property Details

ReactorClass public static property

public static string ReactorClass
return string

ReactorGetInventoryMethod public static property

public static string ReactorGetInventoryMethod
return string

ReactorNamespace public static property

public static string ReactorNamespace
return string

ReactorSetMaxPowerOutputMethod public static property

public static string ReactorSetMaxPowerOutputMethod
return string