Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudets.cpp49 sp->next_manage_ets = timestamp(AI_MODIFY_ETS_INTERVAL); in ets_init_ship()
51 sp->next_manage_ets = -1; in ets_init_ship()
135 if ( timestamp_elapsed(ship_p->next_manage_ets) ) { in update_ets()
138 ship_p->next_manage_ets = timestamp(AI_MODIFY_ETS_INTERVAL); in update_ets()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudets.cpp49 sp->next_manage_ets = timestamp(AI_MODIFY_ETS_INTERVAL); in ets_init_ship()
51 sp->next_manage_ets = -1; in ets_init_ship()
139 if ( timestamp_elapsed(ship_p->next_manage_ets) ) { in update_ets()
142 ship_p->next_manage_ets = timestamp(AI_MODIFY_ETS_INTERVAL); in update_ets()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dship.h636 int next_manage_ets; // timestamp for when ai can next modify ets ( -1 means never ) variable
H A Dship.cpp4981 next_manage_ets = timestamp(0); in clear()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dship.h617 int next_manage_ets; // timestamp for when ai can next modify ets ( -1 means never ) variable
H A Dship.cpp6296 next_manage_ets = timestamp(0); in clear()