sdl.ticks: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
m (Mex moved page Sdl.ticks to sdl.ticks)
 
No edit summary
 
Line 4: Line 4:
|name = sdl.ticks
|name = sdl.ticks
|returnTypes = int
|returnTypes = int
|readonly = true
|usage = fetch the number of milliseconds since the SDL library initialization
|usage = fetch the number of milliseconds since the SDL library initialization
|returnInfo = an integer representing the number of milliseconds since the SDL library initialization
|returnInfo = an integer representing the number of milliseconds since the SDL library initialization
|notes = [https://wiki.libsdl.org/SDL_GetTicks View this function on the SDL Manual]
|notes = [https://wiki.libsdl.org/SDL_GetTicks View this function on the SDL Manual]
}}
}}

Latest revision as of 22:43, 17 November 2022

Variable Server and Client icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Read-Only

Available since Server 1.0.0, Client 1.0.0

int sdl.ticks

The sdl.ticks variable is used to fetch the number of milliseconds since the SDL library initialization.

Value

int An integer representing the number of milliseconds since the SDL library initialization.
readonly This variable cannot be changed.

Notes

Examples

There aren't any examples for this variable.

Compatibility

There isn't any compatibility information for this variable.