프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public static GetAll ( this pawnKind, Map map ) : IEnumerable |
||
pawnKind | this | |
map | Map | |
리턴 | IEnumerable |
public static GetAll ( this pawnKind, Map map, AgeAndSex ageSex ) : IEnumerable |
||
pawnKind | this | |
map | Map | |
ageSex | AgeAndSex | |
리턴 | IEnumerable |
public static GetTame ( this pawnKind, Map map ) : List |
||
pawnKind | this | |
map | Map | |
리턴 | List |
public static GetTame ( this pawnKind, Map map, AgeAndSex ageSex ) : List |
||
pawnKind | this | |
map | Map | |
ageSex | AgeAndSex | |
리턴 | List |
public static GetWild ( this pawnKind, Map map ) : List |
||
pawnKind | this | |
map | Map | |
리턴 | List |
public static GetWild ( this pawnKind, Map map, AgeAndSex ageSex ) : List |
||
pawnKind | this | |
map | Map | |
ageSex | AgeAndSex | |
리턴 | List |
public static PawnIsOfAgeSex ( this p, AgeAndSex ageSex ) : bool | ||
p | this | |
ageSex | AgeAndSex | |
리턴 | bool |