OnCheckpointUpdate
Jump to navigation
Jump to search
Description:
Called when a checkpoint is updated by server.
Parameters:
( checkpointId, updatetype )
checkpointId : The ID of the checkpoint which was updated.
updatetype : 0 for radius, 1 for position and 2 for colour update.
Return Values:
This function does not return any specific values.
Example
function OnCheckpointUpdate(checkpointId, updatetype) { }
Related Functions
The following functions may be helpful as they relate to this function in one way or another.