C# Class PrisonersAndSlaves.Building_RestrictedDoor

Inheritance: Building_Door
Afficher le fichier Open project: ForsakenShell/Es-Small-Mods

Méthodes publiques

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

Private Methods

Méthode Description
UpdateDoorStatus ( ) : void

Method Details

Building_RestrictedDoor() public méthode

public Building_RestrictedDoor ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ClearCache() public méthode

public ClearCache ( bool updateAfterClear = false ) : void
updateAfterClear bool
Résultat void

DrawGUIOverlay() public méthode

public DrawGUIOverlay ( ) : void
Résultat void

GetInspectString() public méthode

public GetInspectString ( ) : string
Résultat string

PawnCanOpen() public méthode

public PawnCanOpen ( Pawn p ) : bool
p Pawn
Résultat bool

PostMake() public méthode

public PostMake ( ) : void
Résultat void