world.ResetStatusTime
Resets the time elapsed shown on the status bar
Prototype
void ResetStatusTime();
Description
This resets the "connect time" to now, so that the time shown on the status bar counts up from the moment you called this function.
VBscript example
world.ResetStatusTime
Jscript example
world.ResetStatusTime();
PerlScript example
$world->ResetStatusTime();
Python example
world.ResetStatusTime
Lua example
ResetStatusTime()
Return value
Nothing.