Antkeeper  0.0.1
Public Attributes | List of all members
ant_diet_phene Struct Reference

Ant diet phene. More...

#include <ant-diet-gene.hpp>

Public Attributes

float seeds {0.0f}
 Preference for eating seeds. More...
 
float ant_brood {0.0f}
 Preference for eating ant brood. More...
 
float arthropod_eggs {0.0f}
 Preference for eating arthropod eggs. More...
 
float nectar {0.0f}
 Preference for eating nectar. More...
 
float fungi {0.0f}
 Preference for eating fungi. More...
 
float carrion {0.0f}
 Preference for eating carrion. More...
 

Detailed Description

Ant diet phene.

Definition at line 28 of file ant-diet-gene.hpp.

Member Data Documentation

◆ ant_brood

float ant_diet_phene::ant_brood {0.0f}

Preference for eating ant brood.

Definition at line 34 of file ant-diet-gene.hpp.

◆ arthropod_eggs

float ant_diet_phene::arthropod_eggs {0.0f}

Preference for eating arthropod eggs.

Definition at line 37 of file ant-diet-gene.hpp.

◆ carrion

float ant_diet_phene::carrion {0.0f}

Preference for eating carrion.

Definition at line 46 of file ant-diet-gene.hpp.

◆ fungi

float ant_diet_phene::fungi {0.0f}

Preference for eating fungi.

Definition at line 43 of file ant-diet-gene.hpp.

◆ nectar

float ant_diet_phene::nectar {0.0f}

Preference for eating nectar.

Definition at line 40 of file ant-diet-gene.hpp.

◆ seeds

float ant_diet_phene::seeds {0.0f}

Preference for eating seeds.

Definition at line 31 of file ant-diet-gene.hpp.


The documentation for this struct was generated from the following file: