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

Function Q3_TaskIDClear

code/game/Q3_Interface.cpp:580–583  ·  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

578-------------------------
579*/
580void Q3_TaskIDClear( int *taskID )
581{
582 *taskID = -1;
583}
584
585/*
586-------------------------

Callers 4

Q3_TaskIDCompleteFunction · 0.70
SetMethod · 0.70
PM_SetLegsAnimTimerFunction · 0.70
PM_SetTorsoAnimTimerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected