![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
A data structure to hold hunter information for distribution. More...
#include <Farm.h>
Public Member Functions | |
~HunterInfo () | |
Public Attributes | |
int | refID |
Unique reference number. More... | |
int | homeX |
Hunter home x-coord. More... | |
int | homeY |
Hunter home y-coord. More... | |
vector< int > | FarmHuntRef |
The hunter's is the farm reference number to where he hunts. More... | |
vector< int > | CheckedFarms |
A list of farms that has been tested for duplicates. More... | |
A data structure to hold hunter information for distribution.
|
inline |
References CheckedFarms, and FarmHuntRef.
vector<int> HunterInfo::CheckedFarms |
A list of farms that has been tested for duplicates.
Referenced by ~HunterInfo().
vector<int> HunterInfo::FarmHuntRef |
The hunter's is the farm reference number to where he hunts.
Referenced by FarmManager::IsDuplicateRef(), and ~HunterInfo().
int HunterInfo::homeX |
int HunterInfo::homeY |
int HunterInfo::refID |
Unique reference number.