Click or drag to resize
MyResourceSourceComponentBase Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.Game.Components.MyResourceSourceComponentBase"]

Inheritance Hierarchy
SystemObject
  MyComponentBase
    MyEntityComponentBase
      VRage.Game.ComponentsMyResourceSourceComponentBase

Namespace: VRage.Game.Components
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public abstract class MyResourceSourceComponentBase : MyEntityComponentBase

The MyResourceSourceComponentBase type exposes the following members.

Methods
  NameDescription
Public methodCurrentOutputByType
Currently used power output of the producer in MW or litres/h.
Public methodDefinedOutputByType
Max resource output defined in definition in MW or litres/h.
Public methodMaxOutputByType
Maximum power output of the producer in MW or litres/h.
Public methodProductionEnabledByType
Resource production is enabled
Top
See Also