C# 클래스 FishIndustry.Building_FishingPier

Building_FishingPier class.
상속: Building_WorkTable
파일 보기 프로젝트 열기: Rikiki123456789/Rimworld 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bankCell IntVec3
fishStock int
fishingSpotCell IntVec3
middleCell IntVec3
middleTerrainCellDefAsString string
riverCell IntVec3
riverTerrainCellDefAsString string

공개 메소드들

메소드 설명
Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void

Destroys the fishing pier and the fishing spot. Restores the original terrain cells.

ExposeData ( ) : void

Saves and loads internal state variables (stored in savegame data).

GetInspectString ( ) : string

Get the inspection string.

SpawnSetup ( ) : void

Convert the cells under the fishing pier into fishing pier cells (technically just water cells with movespeed = 100%).

Tick ( ) : void

Periodically resplenishes the fish stock if necessary.

메소드 상세

Destroy() 공개 메소드

Destroys the fishing pier and the fishing spot. Restores the original terrain cells.
public Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
mode DestroyMode
리턴 void

ExposeData() 공개 메소드

Saves and loads internal state variables (stored in savegame data).
public ExposeData ( ) : void
리턴 void

GetInspectString() 공개 메소드

Get the inspection string.
public GetInspectString ( ) : string
리턴 string

SpawnSetup() 공개 메소드

Convert the cells under the fishing pier into fishing pier cells (technically just water cells with movespeed = 100%).
public SpawnSetup ( ) : void
리턴 void

Tick() 공개 메소드

Periodically resplenishes the fish stock if necessary.
public Tick ( ) : void
리턴 void

프로퍼티 상세

bankCell 공개적으로 프로퍼티

public IntVec3 bankCell
리턴 IntVec3

fishStock 공개적으로 프로퍼티

public int fishStock
리턴 int

fishingSpotCell 공개적으로 프로퍼티

public IntVec3 fishingSpotCell
리턴 IntVec3

middleCell 공개적으로 프로퍼티

public IntVec3 middleCell
리턴 IntVec3

middleTerrainCellDefAsString 공개적으로 프로퍼티

public string middleTerrainCellDefAsString
리턴 string

riverCell 공개적으로 프로퍼티

public IntVec3 riverCell
리턴 IntVec3

riverTerrainCellDefAsString 공개적으로 프로퍼티

public string riverTerrainCellDefAsString
리턴 string