C# Class CaveBiome.IncidentWorker_RefugeePodCrashInCave

Inheritance: IncidentWorker_RefugeePodCrash
Show file Open project: Rikiki123456789/Rimworld

Public Methods

Method Description
IsValidPositionToSpawnRefugeePod ( IntVec3 position ) : bool
TryExecute ( IncidentParms parms ) : bool
TryFindRefugeePodSpot ( IntVec3 &spawnCell ) : void

Method Details

IsValidPositionToSpawnRefugeePod() public static method

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

TryExecute() public method

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

TryFindRefugeePodSpot() public static method

public static TryFindRefugeePodSpot ( IntVec3 &spawnCell ) : void
spawnCell IntVec3
return void