|
Noble Ape
The Central Directories of the Noble Ape Simulation.
|
Functions related to biological drives. More...
Go to the source code of this file.
Data Structures | |
| struct | drives_sociability_data |
Macros | |
| #define | GENE_MATE_SEEK(gene) GENE_VAL_REG(gene, 8, 9, 14, 2) |
Functions | |
| void | drives_cycle (noble_simulation *local_sim, noble_being *local_being, void *data) |
| Update biological drives. | |
Functions related to biological drives.
Definition in file drives.c.
| #define GENE_MATE_SEEK | ( | gene | ) | GENE_VAL_REG(gene, 8, 9, 14, 2) |
| void drives_cycle | ( | noble_simulation * | local_sim, |
| noble_being * | local_being, | ||
| void * | data | ||
| ) |
Update biological drives.
| local | Pointer to the ape |
| beings_in_vicinity | The number of other apes within the vicinity |
| awake | Whether the ape is awake |
| sim | Pointer to the simulation |
Definition at line 287 of file drives.c.
1.8.1.1