C# Class PrisonersAndSlaves.Building_RestrictedDoor

Inheritance: Building_Door
Mostra file Open project: ForsakenShell/Es-Small-Mods

Public Methods

Method Description
Building_RestrictedDoor ( ) : System.Collections.Generic
ClearCache ( bool updateAfterClear = false ) : void
DrawGUIOverlay ( ) : void
GetInspectString ( ) : string
PawnCanOpen ( Pawn p ) : bool
PostMake ( ) : void

Private Methods

Method Description
UpdateDoorStatus ( ) : void

Method Details

Building_RestrictedDoor() public method

public Building_RestrictedDoor ( ) : System.Collections.Generic
return System.Collections.Generic

ClearCache() public method

public ClearCache ( bool updateAfterClear = false ) : void
updateAfterClear bool
return void

DrawGUIOverlay() public method

public DrawGUIOverlay ( ) : void
return void

GetInspectString() public method

public GetInspectString ( ) : string
return string

PawnCanOpen() public method

public PawnCanOpen ( Pawn p ) : bool
p Pawn
return bool

PostMake() public method

public PostMake ( ) : void
return void