C# 클래스 FluffyManager.Utilities_Livestock

파일 보기 프로젝트 열기: FluffierThanThou/RW_Manager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AgeSexArray AgeAndSex[]

공개 메소드들

메소드 설명
GetAll ( this pawnKind, Map map ) : IEnumerable
GetAll ( this pawnKind, Map map, AgeAndSex ageSex ) : IEnumerable
GetTame ( this pawnKind, Map map ) : List
GetTame ( this pawnKind, Map map, AgeAndSex ageSex ) : List
GetWild ( this pawnKind, Map map ) : List
GetWild ( this pawnKind, Map map, AgeAndSex ageSex ) : List
Juvenile ( this ageSex ) : bool
Milkable ( this pawnKind ) : bool
PawnIsOfAgeSex ( this p, AgeAndSex ageSex ) : bool
Shearable ( this pawnKind ) : bool

비공개 메소드들

메소드 설명
_milkable ( this pawn ) : bool
_shearable ( this pawn ) : bool

메소드 상세

GetAll() 공개 정적인 메소드

public static GetAll ( this pawnKind, Map map ) : IEnumerable
pawnKind this
map Map
리턴 IEnumerable

GetAll() 공개 정적인 메소드

public static GetAll ( this pawnKind, Map map, AgeAndSex ageSex ) : IEnumerable
pawnKind this
map Map
ageSex AgeAndSex
리턴 IEnumerable

GetTame() 공개 정적인 메소드

public static GetTame ( this pawnKind, Map map ) : List
pawnKind this
map Map
리턴 List

GetTame() 공개 정적인 메소드

public static GetTame ( this pawnKind, Map map, AgeAndSex ageSex ) : List
pawnKind this
map Map
ageSex AgeAndSex
리턴 List

GetWild() 공개 정적인 메소드

public static GetWild ( this pawnKind, Map map ) : List
pawnKind this
map Map
리턴 List

GetWild() 공개 정적인 메소드

public static GetWild ( this pawnKind, Map map, AgeAndSex ageSex ) : List
pawnKind this
map Map
ageSex AgeAndSex
리턴 List

Juvenile() 공개 정적인 메소드

public static Juvenile ( this ageSex ) : bool
ageSex this
리턴 bool

Milkable() 공개 정적인 메소드

public static Milkable ( this pawnKind ) : bool
pawnKind this
리턴 bool

PawnIsOfAgeSex() 공개 정적인 메소드

public static PawnIsOfAgeSex ( this p, AgeAndSex ageSex ) : bool
p this
ageSex AgeAndSex
리턴 bool

Shearable() 공개 정적인 메소드

public static Shearable ( this pawnKind ) : bool
pawnKind this
리턴 bool

프로퍼티 상세

AgeSexArray 공개적으로 정적으로 프로퍼티

public static AgeAndSex[] AgeSexArray
리턴 AgeAndSex[]