C# 클래스 OutpostGenerator.OG_Util

Outpost generator utility class.
파일 보기 프로젝트 열기: Rikiki123456789/Rimworld 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
JobDefName_BoardSupplyShip string
JobDefName_CleanOutpost string
JobDefName_TransferInjuredEmployeet string
JobDefName_TryToCaptureOutpost string

공개 메소드들

메소드 설명
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.

메소드 상세

DestroyOutpostArea() 공개 정적인 메소드

Destroy the outpost area if it exists.
public static DestroyOutpostArea ( ) : void
리턴 void

FindOrbitalRelay() 공개 정적인 메소드

Find the orbital relay building if it exists.
public static FindOrbitalRelay ( Faction faction ) : Building_OrbitalRelay
faction Faction
리턴 Building_OrbitalRelay

FindOutpostArea() 공개 정적인 메소드

Find the outpost area if it exists.
public static FindOutpostArea ( ) : Area
리턴 Area

FindOutpostCommandConsole() 공개 정적인 메소드

Find the outpost command console building if it exists.
public static FindOutpostCommandConsole ( Faction faction ) : Building_OutpostCommandConsole
faction Faction
리턴 Building_OutpostCommandConsole

FindSupplyShip() 공개 정적인 메소드

Find the supply ship if it exists.
public static FindSupplyShip ( Faction faction ) : Building_SupplyShip
faction Faction
리턴 Building_SupplyShip

IsModActive() 공개 정적인 메소드

Check if modName is active.
public static IsModActive ( string modName ) : bool
modName string
리턴 bool

RefreshThingList() 공개 정적인 메소드

Return a copy of the listToRefresh but remove any destroyed item.
public static RefreshThingList ( List listToRefresh ) : List
listToRefresh List
리턴 List

프로퍼티 상세

JobDefName_BoardSupplyShip 공개적으로 정적으로 프로퍼티

public static string JobDefName_BoardSupplyShip
리턴 string

JobDefName_CleanOutpost 공개적으로 정적으로 프로퍼티

public static string JobDefName_CleanOutpost
리턴 string

JobDefName_TransferInjuredEmployeet 공개적으로 정적으로 프로퍼티

public static string JobDefName_TransferInjuredEmployeet
리턴 string

JobDefName_TryToCaptureOutpost 공개적으로 정적으로 프로퍼티

public static string JobDefName_TryToCaptureOutpost
리턴 string