C# Class RA.CompFueled

Inheritance: ThingComp, IThingContainerOwner
Mostra file Open project: RWA-Team/RimworldAscension Class Usage Examples

Public Properties

Property Type Description
autoBurnMode bool
compFlickable CompFlickable
compFueled CompFueled
compGlower CompGlower
compHeatPusher CompHeatPusher
currentFuelBurnDuration int
currentFuelMaxTemp float
filterFuelCurrent ThingFilter
filterFuelPossible ThingFilter
fireGraphic Graphic
fuelContainer ThingContainer
fuelStackRefuelPercent float
fuelTab ITab_Fuel

Public Methods

Method Description
AdjustGlowerAndHeater ( ) : void
AdjustInternalTemp ( ) : void
CompTick ( ) : void
GetContainer ( ) : ThingContainer
GetPosition ( ) : IntVec3
PostDraw ( ) : void
PostExposeData ( ) : void
PostSpawnSetup ( ) : void
ThrowSmoke ( Vector3 loc, float size ) : void
TryDrawCurrentFuel ( Vector3 drawLoc ) : void
TryDrawRandomFire ( Vector3 drawLoc ) : void

Method Details

AdjustGlowerAndHeater() public method

public AdjustGlowerAndHeater ( ) : void
return void

AdjustInternalTemp() public method

public AdjustInternalTemp ( ) : void
return void

CompTick() public method

public CompTick ( ) : void
return void

GetContainer() public method

public GetContainer ( ) : ThingContainer
return ThingContainer

GetPosition() public method

public GetPosition ( ) : IntVec3
return IntVec3

PostDraw() public method

public PostDraw ( ) : void
return void

PostExposeData() public method

public PostExposeData ( ) : void
return void

PostSpawnSetup() public method

public PostSpawnSetup ( ) : void
return void

ThrowSmoke() public method

public ThrowSmoke ( Vector3 loc, float size ) : void
loc UnityEngine.Vector3
size float
return void

TryDrawCurrentFuel() public method

public TryDrawCurrentFuel ( Vector3 drawLoc ) : void
drawLoc UnityEngine.Vector3
return void

TryDrawRandomFire() public method

public TryDrawRandomFire ( Vector3 drawLoc ) : void
drawLoc UnityEngine.Vector3
return void

Property Details

autoBurnMode public_oe property

public bool autoBurnMode
return bool

compFlickable public_oe property

public CompFlickable compFlickable
return CompFlickable

compFueled public_oe property

public CompFueled,RA compFueled
return CompFueled

compGlower public_oe property

public CompGlower compGlower
return CompGlower

compHeatPusher public_oe property

public CompHeatPusher compHeatPusher
return CompHeatPusher

currentFuelBurnDuration public_oe property

public int currentFuelBurnDuration
return int

currentFuelMaxTemp public_oe property

public float currentFuelMaxTemp
return float

filterFuelCurrent public_oe property

public ThingFilter filterFuelCurrent
return ThingFilter

filterFuelPossible public_oe property

public ThingFilter filterFuelPossible
return ThingFilter

fireGraphic public_oe property

public Graphic fireGraphic
return Graphic

fuelContainer public_oe property

public ThingContainer fuelContainer
return ThingContainer

fuelStackRefuelPercent public_oe property

public float fuelStackRefuelPercent
return float

fuelTab public_oe property

public ITab_Fuel,RA fuelTab
return ITab_Fuel