Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dscript.h71 ALERTIF_SCOREDAHIT = 1 << 16, enumerator
H A Dcollision.c3218 SET_BIT( powner->ai.alert, ALERTIF_SCOREDAHIT ); in do_chr_prt_collision_damage()
3226 … if ( powner->ai.lastitemused == item ) SET_BIT( ChrList.lst[item].ai.alert, ALERTIF_SCOREDAHIT ); in do_chr_prt_collision_damage()
3233 … if ( powner->ai.lastitemused == item ) SET_BIT( ChrList.lst[item].ai.alert, ALERTIF_SCOREDAHIT ); in do_chr_prt_collision_damage()
H A Dscript_functions.c2412 returncode = HAS_SOME_BITS( pself->alert, ALERTIF_SCOREDAHIT ); in scr_ScoredAHit()
/dports/games/egoboo/egoboo-2.8.1/src/game/Obsolete/
H A Dscript_obsolete.c1008 returncode = ( 0 != ( pself->alert & ALERTIF_SCOREDAHIT ) ); in run_function_obsolete()
2946 if ( 0 != ( ChrList[pchr->attachedto].ai.alert & ALERTIF_SCOREDAHIT ) ) in run_function_obsolete()