C# 클래스 PrisonersAndSlaves.Pawn_Extensions

파일 보기 프로젝트 열기: ForsakenShell/Es-Small-Mods

공개 메소드들

메소드 설명
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