C# 클래스 PrisonersAndSlaves.Building_RestrictedDoor

상속: Building_Door
파일 보기 프로젝트 열기: ForsakenShell/Es-Small-Mods

공개 메소드들

메소드 설명
Building_RestrictedDoor ( ) : System.Collections.Generic
ClearCache ( bool updateAfterClear = false ) : void
DrawGUIOverlay ( ) : void
GetInspectString ( ) : string
PawnCanOpen ( Pawn p ) : bool
PostMake ( ) : void

비공개 메소드들

메소드 설명
UpdateDoorStatus ( ) : void

메소드 상세

Building_RestrictedDoor() 공개 메소드

public Building_RestrictedDoor ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ClearCache() 공개 메소드

public ClearCache ( bool updateAfterClear = false ) : void
updateAfterClear bool
리턴 void

DrawGUIOverlay() 공개 메소드

public DrawGUIOverlay ( ) : void
리턴 void

GetInspectString() 공개 메소드

public GetInspectString ( ) : string
리턴 string

PawnCanOpen() 공개 메소드

public PawnCanOpen ( Pawn p ) : bool
p Pawn
리턴 bool

PostMake() 공개 메소드

public PostMake ( ) : void
리턴 void