17.void(
void) _m_ncTimerFunc;
31 static ncTimer ScheduleTimer(entity,
void(),
float,
bool);
34 static ncTimer TemporaryTimer(entity,
void(),
float,
bool);
37 virtual void RunTimer(
void);
40 static ncTimer SetupTimer(entity,
void(),
float,
bool);
43 nonvirtual
void StopTimer(
void);
45 virtual void OnRemoveEntity(
void);
48 virtual void Save(
float);
49 virtual void Restore(
string,
string);
57 virtual void _TimerThink(
void);
58 virtual void _TempTimerThink(
void);
ncEntity is the lowest of the user-accessible entity class.
Definition: Entity.h:54
This class provides a way to trigger a function in the future.
Definition: Timer.h:26