runingTime
Gets the time of the script running in seconds.
Syntax
runingTime = function();
Returned value
- functions: time of script running in seconds
Examples
wait(5000); log(runingTime());
en:wascript:ecma:methods:runingtime
Gets the time of the script running in seconds.
runingTime = function();
wait(5000); log(runingTime());