C# 클래스 CaveBiome.IncidentWorker_ShipChunkDropInCave

상속: IncidentWorker_ShipChunkDrop
파일 보기 프로젝트 열기: Rikiki123456789/Rimworld

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsValidPositionToSpawnShipChunk ( IntVec3 position ) : bool
TryExecute ( IncidentParms parms ) : bool
TryFindShipChunkDropSpot ( IntVec3 &spawnCell ) : void
TryFindShipChunkDropSpotNear ( IntVec3 root, IntVec3 &spawnCell ) : void

메소드 상세

IsValidPositionToSpawnShipChunk() 공개 메소드

public IsValidPositionToSpawnShipChunk ( IntVec3 position ) : bool
position IntVec3
리턴 bool

TryExecute() 공개 메소드

public TryExecute ( IncidentParms parms ) : bool
parms IncidentParms
리턴 bool

TryFindShipChunkDropSpot() 공개 메소드

public TryFindShipChunkDropSpot ( IntVec3 &spawnCell ) : void
spawnCell IntVec3
리턴 void

TryFindShipChunkDropSpotNear() 공개 메소드

public TryFindShipChunkDropSpotNear ( IntVec3 root, IntVec3 &spawnCell ) : void
root IntVec3
spawnCell IntVec3
리턴 void