Name ResetTimers
Type Method
Summary Resets all timers
Prototype void ResetTimers();
Description Resets all timers for the world. There is no return value.

This function will reset all periodic timers to fire from the appropriate interval from when the "ResetTimers" was done.
VBscript example
world.ResetTimers
Jscript example
world.ResetTimers();
PerlScript example
$world->ResetTimers();
Returns Nothing.

See also ...