Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dscript.c61 static bool_t scr_run_operation( script_state_t * pstate, ai_state_t * pself );
256 if ( !scr_run_operation( &my_state, pself ) ) in scr_run_chr_script()
341 bool_t scr_run_operation( script_state_t * pstate, ai_state_t * pself ) in scr_run_operation() function