Back to the Vavoom Forum Archives
TheCount
Janis Legzdinsh
Crimson Wizard
void Tick (float deltaTime)
{
if (MyTimer > 0.0)
{
MyTimer -= deltaTime;
return;
}
...........
...........
}
Well, ofcourse it is a simple sample, perhaps it won't fit your needs exactly.