Home
last modified time | relevance | path

Searched refs:s_hitbox (Results 1 – 7 of 7) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dcollision_coordinates.c26 s_hitbox *handle = NULL; // Property handle. in openbor_get_collision_coordinates_property()
44 handle = (s_hitbox *)varlist[ARG_HANDLE]->ptrVal; in openbor_get_collision_coordinates_property()
120 s_hitbox *handle = NULL; // Property handle. in openbor_set_collision_coordinates_property()
139 handle = (s_hitbox *)varlist[ARG_HANDLE]->ptrVal; in openbor_set_collision_coordinates_property()
H A Dcollision_body.c253 handle->coords = (s_hitbox *)varlist[ARG_VALUE]->ptrVal; in openbor_set_body_collision_property()
H A Dcollision_entity.c237 handle->coords = (s_hitbox *)varlist[ARG_VALUE]->ptrVal; in openbor_set_entity_collision_property()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1801 } s_hitbox; typedef
1832 s_hitbox *coords; // Collision box dimensions.
1852 s_hitbox *coords; // Collision box dimensions.
1903 s_hitbox *coords; // Collision detection coordinates.
3071 s_hitbox *collision_alloc_coords(s_hitbox *coords);
3088 s_hitbox *attack_coords,
3089 s_hitbox *body_coords,
3090 s_hitbox *entity_coords);
H A Dopenbor.c5912 s_hitbox *collision_alloc_coords(s_hitbox *coords) in collision_alloc_coords()
5914 s_hitbox *result; in collision_alloc_coords()
8828 s_hitbox abox = { .x = 0, in load_cached_model()
8850 s_hitbox attack_coords; in load_cached_model()
8855 s_hitbox body_coords; in load_cached_model()
8856 s_hitbox entity_coords; in load_cached_model()
16504 s_hitbox *coords; in draw_visual_debug()
18700 s_hitbox *coords_attack; in checkhit()
18701 s_hitbox *coords_detect; in checkhit()
26378 s_hitbox *coords_col_entity_ent; in check_entity_collision()
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1353 } s_hitbox; typedef
1373 s_hitbox *coords; // Collision box dimensions.
1399 s_hitbox *coords; // Collision detection coordinates.
2514 s_hitbox *collision_alloc_coords(s_hitbox *coords);
2530 s_hitbox *attack_coords,
2531 s_hitbox *body_coords);
H A Dopenbor.c115 const s_hitbox empty_collision_coords = { .x = 0,
5895 s_hitbox *collision_alloc_coords(s_hitbox *coords) in collision_alloc_coords()
5897 s_hitbox *result; in collision_alloc_coords()
5932 s_hitbox *attack_coords, in addframe()
5933 s_hitbox *body_coords) in addframe()
8480 s_hitbox abox = { .x = 0, in load_cached_model()
8501 s_hitbox attack_coords; in load_cached_model()
8505 s_hitbox body_coords; in load_cached_model()
16050 s_hitbox *coords; in draw_visual_debug()
18053 s_hitbox *coords_attack; in checkhit()
[all …]