Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dscript.h85 ALERTIF_NOTPUTAWAY = 1 << 30, enumerator
90 ALERTIF_NOTTAKENOUT = ALERTIF_NOTPUTAWAY
H A Dchar.c6550 SET_BIT( pitem->ai.alert, ALERTIF_NOTPUTAWAY ); in chr_do_latch_button()
6592 SET_BIT( pitem->ai.alert, ALERTIF_NOTPUTAWAY ); in chr_do_latch_button()
H A Dscript_functions.c4026 returncode = HAS_SOME_BITS( pself->alert, ALERTIF_NOTPUTAWAY ); in scr_NotPutAway()
/dports/games/egoboo/egoboo-2.8.1/src/game/Obsolete/
H A Dscript_obsolete.c1728 returncode = ( 0 != ( pself->alert & ALERTIF_NOTPUTAWAY ) ); in run_function_obsolete()