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

Function Q3_TaskIDClear

codeJK2/game/Q3_Interface.cpp:532–535  ·  view source on GitHub ↗

------------------------- void Q3_ClearTaskID( int *taskID ) WARNING: Clearing a taskID will make that task never finish unless you intend to return the same taskID from somewhere else. ------------------------- */

Source from the content-addressed store, hash-verified

530-------------------------
531*/
532void Q3_TaskIDClear( int *taskID )
533{
534 *taskID = -1;
535}
536
537/*
538-------------------------

Callers 4

Q3_TaskIDCompleteFunction · 0.70
Q3_SetFunction · 0.70
PM_SetLegsAnimTimerFunction · 0.70
PM_SetTorsoAnimTimerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected