Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dscript.h72 ALERTIF_HEALED = 1 << 17, enumerator
H A Dscript_functions.c1339 returncode = HAS_SOME_BITS( pself->alert, ALERTIF_HEALED ); in scr_Healed()
H A Dchar.c3371 SET_BIT( pchr->ai.alert, ALERTIF_HEALED ); in heal_character()
/dports/games/egoboo/egoboo-2.8.1/src/game/Obsolete/
H A Dscript_obsolete.c607 returncode = ( 0 != ( pself->alert & ALERTIF_HEALED ) ); in run_function_obsolete()