Timer

Class providing timing related things.

Functions

Timer.GetTime()

Get time in seconds.

Returns

  • number

    current time in seconds

Timer.NextFrame(func)

Calls a function in the next frame

Parameters

  • func

Timer.Wait(func, milliseconds)

Calls a function after a certain amount of time.

Parameters

  • func

  • milliseconds

Fields

Timer.Time

Same as GetTime()