Blender V2.61 - r43446
|
#include <DNA_boid_types.h>
Public Attributes | |
float | health |
float | acc [3] |
short | state_id |
short | mode |
Definition at line 110 of file DNA_boid_types.h.
float BoidData::acc[3] |
Definition at line 111 of file DNA_boid_types.h.
Referenced by boid_body(), and reset_particle().
float BoidData::health |
Definition at line 111 of file DNA_boid_types.h.
Referenced by boid_brain(), draw_new_particle_system(), reset_particle(), rule_fight(), and set_boid_values().
short BoidData::mode |
Definition at line 112 of file DNA_boid_types.h.
Referenced by boid_body(), boid_brain(), boid_find_ground(), boid_rule_applies(), collision_response(), reset_particle(), rule_goal_avoid(), and set_boid_values().
short BoidData::state_id |
Definition at line 112 of file DNA_boid_types.h.
Referenced by get_boid_state(), and reset_particle().