Home
last modified time | relevance | path

Searched defs:grip_off (Results 1 – 3 of 3) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dchar.c1300 …_rv attach_character_to_mount( const CHR_REF irider, const CHR_REF imount, grip_offset_t grip_off ) in attach_character_to_mount()
1480 CHR_REF inventory_get_item( const CHR_REF ichr, grip_offset_t grip_off, bool_t ignorekurse ) in inventory_get_item()
1773 CHR_REF chr_get_pack_item( const CHR_REF character, grip_offset_t grip_off, bool_t ignorekurse ) in chr_get_pack_item()
2090 bool_t character_grab_stuff( const CHR_REF ichr_a, grip_offset_t grip_off, bool_t grab_people ) in character_grab_stuff()
7896 slot_t grip_offset_to_slot( grip_offset_t grip_off ) in grip_offset_to_slot()
H A Dgame.c2647 grip_offset_t grip_off = ( ATTACH_LEFT == pinfo->attach ) ? GRIP_LEFT : GRIP_RIGHT; in chr_setup_apply() local
H A Dscript_functions.c7248 grip_offset_t grip_off = ( ATTACH_LEFT == grip ) ? GRIP_LEFT : GRIP_RIGHT; in scr_SpawnAttachedCharacter() local