Свойство | Тип | Описание | |
---|---|---|---|
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 Juvenile ( this ageSex ) : bool | ||
ageSex | this | |
Результат | bool |
public static Milkable ( this pawnKind ) : bool | ||
pawnKind | this | |
Результат | bool |
public static PawnIsOfAgeSex ( this p, AgeAndSex ageSex ) : bool | ||
p | this | |
ageSex | AgeAndSex | |
Результат | bool |
public static Shearable ( this pawnKind ) : bool | ||
pawnKind | this | |
Результат | bool |