Blender V5.0
BoidData Struct Reference

#include <DNA_boid_types.h>

Public Attributes

float health
float acc [3]
short state_id
short mode

Detailed Description

Definition at line 103 of file DNA_boid_types.h.

Member Data Documentation

◆ acc

float BoidData::acc[3]

Definition at line 104 of file DNA_boid_types.h.

Referenced by boid_body(), and reset_particle().

◆ health

float BoidData::health

Definition at line 104 of file DNA_boid_types.h.

Referenced by boid_brain(), reset_particle(), rule_fight(), and set_boid_values().

◆ mode

◆ state_id

short BoidData::state_id

Definition at line 105 of file DNA_boid_types.h.

Referenced by get_boid_state(), and reset_particle().


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