Home
last modified time | relevance | path

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

/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1754 int jump_land; //Jump landing. member
H A Dopenbor.c8373 newchar->dust.jump_land = -1; in init_model()
8939 newchar->dust.jump_land = -1; in load_cached_model()
8943 newchar->dust.jump_land = get_cached_model_index(value); in load_cached_model()
21929 if(newmodel->dust.jump_land < 0) in set_model_ex()
21931 newmodel->dust.jump_land = model->dust.jump_land; in set_model_ex()
22406 if(self->modeldata.dust.jump_land >= 0) in common_jump()
22408 …, self->position.z, self->position.y, self->direction, NULL, self->modeldata.dust.jump_land, NULL); in common_jump()
22419 if(self->modeldata.dust.jump_land >= 0 && self->animation->landframe.frame == -1) in common_jump()
22421 …, self->position.z, self->position.y, self->direction, NULL, self->modeldata.dust.jump_land, NULL); in common_jump()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2242 int jump_land; //Jump landing. member
H A Dopenbor.c8712 newchar->dust.jump_land = -1; in init_model()
9294 newchar->dust.jump_land = -1; in load_cached_model()
9298 newchar->dust.jump_land = get_cached_model_index(value); in load_cached_model()
23474 if(newmodel->dust.jump_land < 0) in set_model_ex()
23476 newmodel->dust.jump_land = model->dust.jump_land; in set_model_ex()
24059 if(self->modeldata.dust.jump_land >= 0) in common_jump()
24061 …, self->position.z, self->position.y, self->direction, NULL, self->modeldata.dust.jump_land, NULL); in common_jump()
24073 if(self->modeldata.dust.jump_land >= 0 && !self->animation->landframe) in common_jump()
24075 …, self->position.z, self->position.y, self->direction, NULL, self->modeldata.dust.jump_land, NULL); in common_jump()