C# Class CaveBiome.Building_CrashedShipPartCopy

Inheritance: Building
Show file Open project: Rikiki123456789/Rimworld Class Usage Examples

Public Properties

Property Type Description
pointsLeft float

Protected Properties

Property Type Description
age int

Public Methods

Method Description
ExposeData ( ) : void
GetInspectString ( ) : string
PreApplyDamage ( DamageInfo dinfo, bool &absorbed ) : void
Tick ( ) : void

Private Methods

Method Description
CanSpawnMechanoidAt ( IntVec3 c ) : bool
ExpandSnow ( ) : void
HarmPlant ( ) : void
TrySpawnMechanoids ( ) : void
TrySwitchMechanoidsToAssaultMode ( ) : void

Method Details

ExposeData() public method

public ExposeData ( ) : void
return void

GetInspectString() public method

public GetInspectString ( ) : string
return string

PreApplyDamage() public method

public PreApplyDamage ( DamageInfo dinfo, bool &absorbed ) : void
dinfo DamageInfo
absorbed bool
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

age protected property

protected int age
return int

pointsLeft public property

public float pointsLeft
return float