Содержание

runingTime

Gets the time of the script running in seconds.

Syntax

runingTime = function();

Returned value

  • functions: time of script running in seconds

Examples

  1. wait(5000);
    log(runingTime());