ResetStatusTime
Script function

world.ResetStatusTime

DOC_scripting Read about scripting

Type

Method

Summary

Resets the time elapsed shown on the status bar

Prototype

void ResetStatusTime();

DOC_data_types View list of data type meanings


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.



(Help topic: function=ResetStatusTime)

DOC_contents Documentation contents page