Documentation ¶
Overview ¶
Package activity provides an enumeration of forager activities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForagerActivity ¶
type ForagerActivity uint8
ForagerActivity type alias for use as enumeration.
const ( // Lazy winter bees that will not forage this day. Lazy ForagerActivity = iota // Resting bees. Resting // Searching/scouting bees. Searching // Recruited bees, after waggle dance. Recruited // Experienced foragers with a known nectar or pollen patch. Experienced // Bees returning to the hive with nectar. BringNectar // Bees returning to the hive with pollen. BringPollen )
ForagerActivity values
Click to show internal directories.
Click to hide internal directories.