Method | 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 |
||
WornCollar ( this pawn ) : Apparel | ||
WornRestraints ( this pawn, BodyPartGroupDef bodyPartGroupDef ) : Apparel |
public static EscapeProbability ( this pawn ) : float | ||
pawn | this | |
return | float |
public static IsGuestOfColony ( this pawn ) : bool | ||
pawn | this | |
return | bool |
public static IsSlaveOfColony ( this pawn ) : bool | ||
pawn | this | |
return | bool |
public static IsValidHumanlike ( this pawn ) : bool | ||
pawn | this | |
return | bool |
public static ThinksTheyCanBeSeenByColony ( this pawn ) : bool | ||
pawn | this | |
return | bool |
public static ThinksTheyCanBeSeenByColony ( this pawn, List |
||
pawn | this | |
colonists | List |
|
markers | List |
|
return | bool |
public static WornCollar ( this pawn ) : Apparel | ||
pawn | this | |
return | Apparel |
public static WornRestraints ( this pawn, BodyPartGroupDef bodyPartGroupDef ) : Apparel | ||
pawn | this | |
bodyPartGroupDef | BodyPartGroupDef | |
return | Apparel |