Riwmorld
RimWorld.CompPowerPlantSolar Class Reference
Inheritance diagram for RimWorld.CompPowerPlantSolar:
RimWorld.CompPowerPlant RimWorld.CompPowerTrader RimWorld.CompPower Verse.ThingComp

Public Member Functions

override void PostDraw ()
 
- Public Member Functions inherited from RimWorld.CompPowerPlant
override void CompTick ()
 
override void PostSpawnSetup ()
 
- Public Member Functions inherited from RimWorld.CompPowerTrader
override string CompInspectStringExtra ()
 
override void LostConnectParent ()
 
override void PostDeSpawn (Map map)
 
override void PostDraw ()
 
override void PostExposeData ()
 
override void PostSpawnSetup ()
 
override void ReceiveCompSignal (string signal)
 
override void ResetPowerVars ()
 
override void SetUpPowerVars ()
 
- Public Member Functions inherited from RimWorld.CompPower
override IEnumerable< GizmoCompGetGizmosExtra ()
 
override void CompPrintForPowerGrid (SectionLayer layer)
 
void ConnectToTransmitter (CompPower transmitter, bool reconnectingAfterLoading=false)
 
override void PostPrintOnto (SectionLayer layer)
 
- Public Member Functions inherited from Verse.ThingComp
virtual bool AllowStackWith (Thing other)
 
virtual IEnumerable< FloatMenuOptionCompFloatMenuOptions (Pawn selPawn)
 
virtual void CompTickRare ()
 
virtual string GetDescriptionPart ()
 
virtual void Initialize (CompProperties props)
 
virtual void PostDestroy (DestroyMode mode, Map previousMap)
 
virtual void PostDrawExtraSelectionOverlays ()
 
virtual void PostIngested (Pawn ingester)
 
virtual void PostPostApplyDamage (DamageInfo dinfo, float totalDamageDealt)
 
virtual void PostPreApplyDamage (DamageInfo dinfo, out bool absorbed)
 
virtual void PostSplitOff (Thing piece)
 
virtual void PreAbsorbStack (Thing otherStack, int count)
 
virtual void PrePreTraded (TradeAction action, Pawn playerNegotiator, ITrader trader)
 
override string ToString ()
 
virtual string TransformLabel (string label)
 

Properties

override float DesiredPowerOutput [get]
 
- Properties inherited from RimWorld.CompPowerPlant
virtual float DesiredPowerOutput [get]
 
- Properties inherited from RimWorld.CompPowerTrader
string DebugString [get]
 
bool DesirePowerOn [get]
 
float EnergyOutputPerTick [get]
 
bool PowerOn [get, set]
 
float PowerOutput [get, set]
 
- Properties inherited from RimWorld.CompPower
RimWorld.PowerNet PowerNet [get]
 
CompProperties_Power Props [get]
 
bool TransmitsPowerNow [get]
 

Additional Inherited Members

- Public Attributes inherited from RimWorld.CompPowerTrader
const string PowerTurnedOnSignal = "PowerTurnedOn"
 
const string PowerTurnedOffSignal = "PowerTurnedOff"
 
Action powerStartedAction
 
Action powerStoppedAction
 
float powerOutputInt
 
- Public Attributes inherited from RimWorld.CompPower
RimWorld.PowerNet transNet
 
CompPower connectParent
 
List< CompPowerconnectChildren
 
- Public Attributes inherited from Verse.ThingComp
ThingWithComps parent
 
CompProperties props
 
- Static Public Attributes inherited from RimWorld.CompPower
static readonly float WattsToWattDaysPerTick
 
- Protected Attributes inherited from RimWorld.CompPowerPlant
CompRefuelable refuelableComp
 
CompBreakdownable breakdownableComp
 
- Protected Attributes inherited from RimWorld.CompPowerTrader
CompFlickable flickableComp
 

The documentation for this class was generated from the following file: