![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
Go to the source code of this file.
Classes | |
class | struct_Spider |
This is a data class that is used to create new instances of spider objects by CreateObjects in the relevant Spider_Population_Manager descendent class. More... | |
class | Spider_Population_Manager |
class | Spider_Base |
class | Spider_Egg |
The generic base class for spider eggsacs More... | |
class | Spider_Juvenile |
The generic base class for juvenile spiders More... | |
class | Spider_Female |
The generic base class for female spiders More... | |
Enumerations | |
enum | TTypesOfSpiders : unsigned { tspi_Egg = 0, tspi_Spiderling, tspi_Female } |
The enumeration lists all spider life stages used by all spider species. More... | |
enum | SpiderFoodQuality : unsigned { sfq_Chameleon = 0, sfq_Lethal, sfq_None, sfq_Poor, sfq_Ok, sfq_Best } |
The enumeration lists five catagories of habitat for spiders. Chameleon is used when the vegetation type decides quality. More... | |
enum | TTypesOfSpiderState : unsigned { tosps_Initiation = 0, tosps_AssessHabitat, tosps_Develop, tosps_Move, tosps_Dying, tosps_Hatch, tosps_JBalloon, tosps_Mature, tosps_JWalk, tosps_Reproduce, tosps_FBalloon, tosps_FWalk, tosps_Destroy } |
The enumeration lists all spider behavioural states used by all spider species. More... | |
enum SpiderFoodQuality : unsigned |
enum TTypesOfSpiders : unsigned |
enum TTypesOfSpiderState : unsigned |