C# 클래스 OutpostGenerator.Genstep_GenerateOutpost

Genstep_GenerateOutpost class.
상속: GenStep_Scatterer
파일 보기 프로젝트 열기: Rikiki123456789/Rimworld

공개 메소드들

메소드 설명
Generate ( ) : void

보호된 메소드들

메소드 설명
CanScatterAt ( IntVec3 loc ) : bool
GenerateOutpostProperties ( OG_OutpostData &outpostData ) : void
GetBattleOccured ( OG_OutpostData &outpostData ) : void
GetIsInhabited ( OG_OutpostData &outpostData ) : void
GetIsRuined ( OG_OutpostData &outpostData ) : void
GetOutpostSize ( OG_OutpostData &outpostData ) : void
GetOutpostType ( OG_OutpostData &outpostData ) : void
ScatterAt ( IntVec3 loc, int count = 1 ) : void

메소드 상세

CanScatterAt() 보호된 메소드

protected CanScatterAt ( IntVec3 loc ) : bool
loc IntVec3
리턴 bool

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

GenerateOutpostProperties() 보호된 메소드

protected GenerateOutpostProperties ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
리턴 void

GetBattleOccured() 보호된 메소드

protected GetBattleOccured ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
리턴 void

GetIsInhabited() 보호된 메소드

protected GetIsInhabited ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
리턴 void

GetIsRuined() 보호된 메소드

protected GetIsRuined ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
리턴 void

GetOutpostSize() 보호된 메소드

protected GetOutpostSize ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
리턴 void

GetOutpostType() 보호된 메소드

protected GetOutpostType ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
리턴 void

ScatterAt() 보호된 메소드

protected ScatterAt ( IntVec3 loc, int count = 1 ) : void
loc IntVec3
count int
리턴 void