Home
last modified time | relevance | path

Searched refs:fall_land (Results 1 – 4 of 4) sorted by relevance

/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1753 int fall_land; //Knockdown landing. member
H A Dopenbor.c8372 newchar->dust.fall_land = -1; in init_model()
8930 newchar->dust.fall_land = -1; in load_cached_model()
8934 newchar->dust.fall_land = get_cached_model_index(value); in load_cached_model()
19757 if(self->modeldata.dust.fall_land >= 0 && self->velocity.y < -1 && self->drop) in check_gravity()
19759 …, self->position.z, self->position.y, self->direction, NULL, self->modeldata.dust.fall_land, NULL); in check_gravity()
21925 if(newmodel->dust.fall_land < 0) in set_model_ex()
21927 newmodel->dust.fall_land = model->dust.fall_land; in set_model_ex()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2241 int fall_land; //Knockdown landing. member
H A Dopenbor.c8711 newchar->dust.fall_land = -1; in init_model()
9285 newchar->dust.fall_land = -1; in load_cached_model()
9289 newchar->dust.fall_land = get_cached_model_index(value); in load_cached_model()
20838 … if(self->modeldata.dust.fall_land >= 0 && self->velocity.y < -1 && self->drop) in check_gravity()
20840 …, self->position.z, self->position.y, self->direction, NULL, self->modeldata.dust.fall_land, NULL); in check_gravity()
23470 if(newmodel->dust.fall_land < 0) in set_model_ex()
23472 newmodel->dust.fall_land = model->dust.fall_land; in set_model_ex()