C# Класс PrisonersAndSlaves.Pawn_Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

EscapeProbability() публичный статический Метод

public static EscapeProbability ( this pawn ) : float
pawn this
Результат float

IsGuestOfColony() публичный статический Метод

public static IsGuestOfColony ( this pawn ) : bool
pawn this
Результат bool

IsSlave() публичный статический Метод

public static IsSlave ( this pawn ) : bool
pawn this
Результат bool

IsSlaveOfColony() публичный статический Метод

public static IsSlaveOfColony ( this pawn ) : bool
pawn this
Результат bool

IsValidHumanlike() публичный статический Метод

public static IsValidHumanlike ( this pawn ) : bool
pawn this
Результат bool

ThinksTheyCanBeSeenByColony() публичный статический Метод

public static ThinksTheyCanBeSeenByColony ( this pawn ) : bool
pawn this
Результат bool

ThinksTheyCanBeSeenByColony() публичный статический Метод

public static ThinksTheyCanBeSeenByColony ( this pawn, List colonists, List markers ) : bool
pawn this
colonists List
markers List
Результат bool

WornCollar() публичный статический Метод

public static WornCollar ( this pawn ) : Apparel
pawn this
Результат Apparel

WornRestraints() публичный статический Метод

public static WornRestraints ( this pawn, BodyPartGroupDef bodyPartGroupDef ) : Apparel
pawn this
bodyPartGroupDef BodyPartGroupDef
Результат Apparel