get_timer

This function returns the time that your game has been running on the chosen platform in microseconds (there are 1 million microseconds per second).

 

Syntax:

get_timer();

 

Returns:

Real

 

Example:

time = get_timer();

This would store the timer value in the variable "time".