C# Class PrisonersAndSlaves.Pawn_Extensions

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

Méthodes publiques

Méthode Description
EscapeProbability ( this pawn ) : float
IsGuestOfColony ( this pawn ) : bool
IsSlave ( this pawn ) : bool
IsSlaveOfColony ( this pawn ) : bool
IsValidHumanlike ( this pawn ) : bool
ThinksTheyCanBeSeenByColony ( this pawn ) : bool
ThinksTheyCanBeSeenByColony ( this pawn, List colonists, List markers ) : bool
WornCollar ( this pawn ) : Apparel
WornRestraints ( this pawn, BodyPartGroupDef bodyPartGroupDef ) : Apparel

Method Details

EscapeProbability() public static méthode

public static EscapeProbability ( this pawn ) : float
pawn this
Résultat float

IsGuestOfColony() public static méthode

public static IsGuestOfColony ( this pawn ) : bool
pawn this
Résultat bool

IsSlave() public static méthode

public static IsSlave ( this pawn ) : bool
pawn this
Résultat bool

IsSlaveOfColony() public static méthode

public static IsSlaveOfColony ( this pawn ) : bool
pawn this
Résultat bool

IsValidHumanlike() public static méthode

public static IsValidHumanlike ( this pawn ) : bool
pawn this
Résultat bool

ThinksTheyCanBeSeenByColony() public static méthode

public static ThinksTheyCanBeSeenByColony ( this pawn ) : bool
pawn this
Résultat bool

ThinksTheyCanBeSeenByColony() public static méthode

public static ThinksTheyCanBeSeenByColony ( this pawn, List colonists, List markers ) : bool
pawn this
colonists List
markers List
Résultat bool

WornCollar() public static méthode

public static WornCollar ( this pawn ) : Apparel
pawn this
Résultat Apparel

WornRestraints() public static méthode

public static WornRestraints ( this pawn, BodyPartGroupDef bodyPartGroupDef ) : Apparel
pawn this
bodyPartGroupDef BodyPartGroupDef
Résultat Apparel