Méthode | Description | |
---|---|---|
ClearCache ( ) : void | ||
CompOwnable ( ) : System | ||
DrawColumns ( Listing_Standard listing, float physicalHeight, bool overridden = false ) : void | ||
PawnCanOpen ( Pawn p, bool isEscaping ) : bool | ||
PostDrawGUIOverlay ( ) : void | ||
PostExposeData ( ) : void | ||
RebuildOwners ( bool clearUserAdded = false ) : bool | ||
TryAddOwner ( Pawn p ) : bool | ||
TryAddOwnerByThingID ( string thingID ) : bool | ||
TryRemoveOwner ( Pawn p ) : bool | ||
TryRemoveOwnerByThingID ( string thingID ) : bool | ||
UpdateCompStatus ( ) : void |
Méthode | Description | |
---|---|---|
OwnerScrollAddOwner ( Pawn p ) : void | ||
OwnerScrollRemoveOwner ( Pawn p ) : void | ||
RecachePotentialOwners ( ) : void |
public DrawColumns ( Listing_Standard listing, float physicalHeight, bool overridden = false ) : void | ||
listing | Listing_Standard | |
physicalHeight | float | |
overridden | bool | |
Résultat | void |
public PawnCanOpen ( Pawn p, bool isEscaping ) : bool | ||
p | Pawn | |
isEscaping | bool | |
Résultat | bool |
public RebuildOwners ( bool clearUserAdded = false ) : bool | ||
clearUserAdded | bool | |
Résultat | bool |
public TryAddOwnerByThingID ( string thingID ) : bool | ||
thingID | string | |
Résultat | bool |
public TryRemoveOwnerByThingID ( string thingID ) : bool | ||
thingID | string | |
Résultat | bool |