C# Class OutpostGenerator.Genstep_GenerateOutpost

Genstep_GenerateOutpost class.
Inheritance: GenStep_Scatterer
Afficher le fichier Open project: Rikiki123456789/Rimworld

Méthodes publiques

Méthode Description
Generate ( ) : void

Méthodes protégées

Méthode Description
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

Method Details

CanScatterAt() protected méthode

protected CanScatterAt ( IntVec3 loc ) : bool
loc IntVec3
Résultat bool

Generate() public méthode

public Generate ( ) : void
Résultat void

GenerateOutpostProperties() protected méthode

protected GenerateOutpostProperties ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
Résultat void

GetBattleOccured() protected méthode

protected GetBattleOccured ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
Résultat void

GetIsInhabited() protected méthode

protected GetIsInhabited ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
Résultat void

GetIsRuined() protected méthode

protected GetIsRuined ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
Résultat void

GetOutpostSize() protected méthode

protected GetOutpostSize ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
Résultat void

GetOutpostType() protected méthode

protected GetOutpostType ( OG_OutpostData &outpostData ) : void
outpostData OG_OutpostData
Résultat void

ScatterAt() protected méthode

protected ScatterAt ( IntVec3 loc, int count = 1 ) : void
loc IntVec3
count int
Résultat void