activity

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL