MCPcopy Create free account
hub / github.com/JACoders/OpenJK / IsRunning

Method IsRunning

codeJK2/icarus/TaskManager.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361*/
362
363qboolean CTaskManager::IsRunning( void )
364{
365 return (qboolean)!m_tasks.empty();
366}
367/*
368-------------------------
369Check

Callers 4

Blocked_MoverFunction · 0.45
Blocked_DoorFunction · 0.45
NPC_RemoveBodyFunction · 0.45
DeadThinkFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected