C# Class OutpostGenerator.OG_Util

Outpost generator utility class.
Afficher le fichier Open project: Rikiki123456789/Rimworld Class Usage Examples

Méthodes publiques

Свойство Type Description
JobDefName_BoardSupplyShip string
JobDefName_CleanOutpost string
JobDefName_TransferInjuredEmployeet string
JobDefName_TryToCaptureOutpost string

Méthodes publiques

Méthode Description
DestroyOutpostArea ( ) : void

Destroy the outpost area if it exists.

FindOrbitalRelay ( Faction faction ) : Building_OrbitalRelay

Find the orbital relay building if it exists.

FindOutpostArea ( ) : Area

Find the outpost area if it exists.

FindOutpostCommandConsole ( Faction faction ) : Building_OutpostCommandConsole

Find the outpost command console building if it exists.

FindSupplyShip ( Faction faction ) : Building_SupplyShip

Find the supply ship if it exists.

IsModActive ( string modName ) : bool

Check if modName is active.

RefreshThingList ( List listToRefresh ) : List

Return a copy of the listToRefresh but remove any destroyed item.

Method Details

DestroyOutpostArea() public static méthode

Destroy the outpost area if it exists.
public static DestroyOutpostArea ( ) : void
Résultat void

FindOrbitalRelay() public static méthode

Find the orbital relay building if it exists.
public static FindOrbitalRelay ( Faction faction ) : Building_OrbitalRelay
faction Faction
Résultat Building_OrbitalRelay

FindOutpostArea() public static méthode

Find the outpost area if it exists.
public static FindOutpostArea ( ) : Area
Résultat Area

FindOutpostCommandConsole() public static méthode

Find the outpost command console building if it exists.
public static FindOutpostCommandConsole ( Faction faction ) : Building_OutpostCommandConsole
faction Faction
Résultat Building_OutpostCommandConsole

FindSupplyShip() public static méthode

Find the supply ship if it exists.
public static FindSupplyShip ( Faction faction ) : Building_SupplyShip
faction Faction
Résultat Building_SupplyShip

IsModActive() public static méthode

Check if modName is active.
public static IsModActive ( string modName ) : bool
modName string
Résultat bool

RefreshThingList() public static méthode

Return a copy of the listToRefresh but remove any destroyed item.
public static RefreshThingList ( List listToRefresh ) : List
listToRefresh List
Résultat List

Property Details

JobDefName_BoardSupplyShip public_oe static_oe property

public static string JobDefName_BoardSupplyShip
Résultat string

JobDefName_CleanOutpost public_oe static_oe property

public static string JobDefName_CleanOutpost
Résultat string

JobDefName_TransferInjuredEmployeet public_oe static_oe property

public static string JobDefName_TransferInjuredEmployeet
Résultat string

JobDefName_TryToCaptureOutpost public_oe static_oe property

public static string JobDefName_TryToCaptureOutpost
Résultat string