Timer
SDL time management routines
Operations
Delay
Wait a specified number of milliseconds before returning
function : Delay(ms:Int) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| ms | Int | number of milliseconds to delay |
GetTicks
Get the number of milliseconds since the SDL library initialization
function : GetTicks() ~ IntReturn
| Type | Description |
|---|---|
| Int | value representing the number of milliseconds since the SDL library initialized |