natives.REGISTER_FASTEST_TIME
Function Client Only ![]()
Online and Offline
Available since Client 1.0.0
void natives.REGISTER_FASTEST_TIME(int raceId, int time)
The natives.REGISTER_FASTEST_TIME function is used to records the fastest lap or race completion time.
Parameters
| 1) | int | raceId | Race identifier. |
| 2) | int | time | Duration in milliseconds. |
Return
| void | This function doesn't return a value. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Client Related
gta.hasSeenTimerHelp
gta.startCountdownTimer
gta.stopTimer
gta.time.day
gta.time.hour
gta.time.minute
gta.time.minuteDuration
gta.time.second
gta.timer
gta.timeStep