![]() |
Blender V2.61 - r43446
|
#include <DNA_boid_types.h>
Public Attributes | |
| struct BoidState * | next |
| struct BoidState * | prev |
| ListBase | rules |
| ListBase | conditions |
| ListBase | actions |
| char | name [32] |
| int | id |
| int | flag |
| int | ruleset_type |
| float | rule_fuzziness |
| int | signal_id |
| int | channels |
| float | volume |
| float | falloff |
Definition at line 151 of file DNA_boid_types.h.
Definition at line 155 of file DNA_boid_types.h.
Referenced by boid_copy_settings(), boid_duplicate_state(), boid_free_settings(), and direct_link_particlesettings().
Definition at line 164 of file DNA_boid_types.h.
Referenced by boid_new_state().
Definition at line 154 of file DNA_boid_types.h.
Referenced by boid_copy_settings(), boid_duplicate_state(), boid_free_settings(), and direct_link_particlesettings().
| float BoidState::falloff |
Definition at line 165 of file DNA_boid_types.h.
| int BoidState::flag |
Definition at line 157 of file DNA_boid_types.h.
Referenced by boid_get_current_state(), psys_prepare_physics(), state_add_exec(), state_del_exec(), state_move_down_exec(), and state_move_up_exec().
| int BoidState::id |
Definition at line 157 of file DNA_boid_types.h.
Referenced by boid_duplicate_state(), boid_new_state(), and get_boid_state().
| char BoidState::name[32] |
Definition at line 156 of file DNA_boid_types.h.
Referenced by boid_new_state().
| struct BoidState* BoidState::next |
Definition at line 152 of file DNA_boid_types.h.
Referenced by boid_copy_settings(), boid_free_settings(), boid_get_current_state(), boids_precalc_rules(), build_dag_object(), direct_link_particlesettings(), get_boid_state(), lib_link_particlesettings(), state_add_exec(), state_del_exec(), state_move_down_exec(), state_move_up_exec(), unlink_object(), and write_particlesettings().
| struct BoidState * BoidState::prev |
Definition at line 152 of file DNA_boid_types.h.
Referenced by state_move_up_exec().
Definition at line 161 of file DNA_boid_types.h.
Referenced by boid_brain(), and boid_new_state().
Definition at line 153 of file DNA_boid_types.h.
Referenced by boid_brain(), boid_copy_settings(), boid_duplicate_state(), boid_free_settings(), boids_precalc_rules(), build_dag_object(), direct_link_particlesettings(), lib_link_particlesettings(), psys_prepare_physics(), rule_add_exec(), rule_del_exec(), rule_move_down_exec(), rule_move_up_exec(), unlink_object(), and write_boid_state().
Definition at line 160 of file DNA_boid_types.h.
Referenced by boid_brain().
Definition at line 164 of file DNA_boid_types.h.
| float BoidState::volume |
Definition at line 165 of file DNA_boid_types.h.
Referenced by boid_new_state().