C# Class PrisonersAndSlaves.CompRestricted

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

Méthodes publiques

Méthode Description
ClearCache ( ) : void
DrawColumns ( Listing_Standard listing, float physicalHeight, bool overridden = false ) : void
PawnCanOpen ( Pawn p, bool isEscaping ) : bool
PostCompMake ( ) : void
PostDrawGUIOverlay ( ) : void
UpdateCompStatus ( ) : void

Method Details

ClearCache() public abstract méthode

public abstract ClearCache ( ) : void
Résultat void

DrawColumns() public méthode

public DrawColumns ( Listing_Standard listing, float physicalHeight, bool overridden = false ) : void
listing Listing_Standard
physicalHeight float
overridden bool
Résultat void

PawnCanOpen() public abstract méthode

public abstract PawnCanOpen ( Pawn p, bool isEscaping ) : bool
p Pawn
isEscaping bool
Résultat bool

PostCompMake() public méthode

public PostCompMake ( ) : void
Résultat void

PostDrawGUIOverlay() public méthode

public PostDrawGUIOverlay ( ) : void
Résultat void

UpdateCompStatus() public abstract méthode

public abstract UpdateCompStatus ( ) : void
Résultat void