C# Class CaveBiome.IncidentWorker_ResourcePodCrashInCave

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

Public Methods

Method Description
IsValidPositionToSpawnDropPod ( IntVec3 position ) : bool
TryExecute ( IncidentParms parms ) : bool
TryFindDropPodSpot ( IntVec3 &spawnCell ) : void

Private Methods

Method Description
RandomPodContentsDef ( ) : ThingDef

Method Details

IsValidPositionToSpawnDropPod() public static method

public static IsValidPositionToSpawnDropPod ( IntVec3 position ) : bool
position IntVec3
return bool

TryExecute() public method

public TryExecute ( IncidentParms parms ) : bool
parms IncidentParms
return bool

TryFindDropPodSpot() public method

public TryFindDropPodSpot ( IntVec3 &spawnCell ) : void
spawnCell IntVec3
return void