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

Function TIMER_Exists

code/game/G_Timer.cpp:415–418  ·  view source on GitHub ↗

------------------------- TIMER_Exists ------------------------- */

Source from the content-addressed store, hash-verified

413-------------------------
414*/
415qboolean TIMER_Exists( gentity_t *ent, const char *identifier )
416{
417 return (qboolean)(TIMER_GetExisting(ent->s.number, identifier) != NULL);
418}
419
420
421

Callers 9

Wampa_AttackFunction · 0.70
MineMonster_AttackFunction · 0.70
Pilot_Update_EnemyFunction · 0.70
NPC_AimAdjustFunction · 0.70
Rancor_AttackFunction · 0.70
NPC_BSRancor_DefaultFunction · 0.70
Howler_AttackFunction · 0.70
NPC_BSST_AttackFunction · 0.70

Calls 1

TIMER_GetExistingFunction · 0.70

Tested by

no test coverage detected