|
inlineprotected |
Returns TimerQueue for certain category
call_category | call category, valid values are: CALL_CATEGORY_SYSTEM - calls & timers in this queue are processed every time without any restrictions CALL_CATEGORY_GUI - calls & timers in this queue are processed when GUI is enabled (even during pase game) CALL_CATEGORY_GAMEPLAY - calls & timers in this queue are processed only during mission, when game is not paused |
См. определение в файле Game.c строка 1462