C# Class CaveBiome.IncidentWorker_ShipChunkDropInCave

Inheritance: IncidentWorker_ShipChunkDrop
显示文件 Open project: Rikiki123456789/Rimworld

Private Properties

Property Type Description

Public Methods

Method Description
IsValidPositionToSpawnShipChunk ( IntVec3 position ) : bool
TryExecute ( IncidentParms parms ) : bool
TryFindShipChunkDropSpot ( IntVec3 &spawnCell ) : void
TryFindShipChunkDropSpotNear ( IntVec3 root, IntVec3 &spawnCell ) : void

Method Details

IsValidPositionToSpawnShipChunk() public method

public IsValidPositionToSpawnShipChunk ( IntVec3 position ) : bool
position IntVec3
return bool

TryExecute() public method

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

TryFindShipChunkDropSpot() public method

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

TryFindShipChunkDropSpotNear() public method

public TryFindShipChunkDropSpotNear ( IntVec3 root, IntVec3 &spawnCell ) : void
root IntVec3
spawnCell IntVec3
return void