C# Class FluffyManager.Utilities_Livestock

Afficher le fichier Open project: FluffierThanThou/RW_Manager Class Usage Examples

Méthodes publiques

Свойство Type Description
AgeSexArray AgeAndSex[]

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
_milkable ( this pawn ) : bool
_shearable ( this pawn ) : bool

Method Details

GetAll() public static méthode

public static GetAll ( this pawnKind, Map map ) : IEnumerable
pawnKind this
map Map
Résultat IEnumerable

GetAll() public static méthode

public static GetAll ( this pawnKind, Map map, AgeAndSex ageSex ) : IEnumerable
pawnKind this
map Map
ageSex AgeAndSex
Résultat IEnumerable

GetTame() public static méthode

public static GetTame ( this pawnKind, Map map ) : List
pawnKind this
map Map
Résultat List

GetTame() public static méthode

public static GetTame ( this pawnKind, Map map, AgeAndSex ageSex ) : List
pawnKind this
map Map
ageSex AgeAndSex
Résultat List

GetWild() public static méthode

public static GetWild ( this pawnKind, Map map ) : List
pawnKind this
map Map
Résultat List

GetWild() public static méthode

public static GetWild ( this pawnKind, Map map, AgeAndSex ageSex ) : List
pawnKind this
map Map
ageSex AgeAndSex
Résultat List

Juvenile() public static méthode

public static Juvenile ( this ageSex ) : bool
ageSex this
Résultat bool

Milkable() public static méthode

public static Milkable ( this pawnKind ) : bool
pawnKind this
Résultat bool

PawnIsOfAgeSex() public static méthode

public static PawnIsOfAgeSex ( this p, AgeAndSex ageSex ) : bool
p this
ageSex AgeAndSex
Résultat bool

Shearable() public static méthode

public static Shearable ( this pawnKind ) : bool
pawnKind this
Résultat bool

Property Details

AgeSexArray public_oe static_oe property

public static AgeAndSex[] AgeSexArray
Résultat AgeAndSex[]