OnVehicleNetworkUpdatePropertyValue
From Onset Developer Wiki
Description
Called when a property value is updated from the network.
Syntax
OnVehicleNetworkUpdatePropertyValue(vehicle, PropertyName, PropertyValue)
Parameters
- vehicle
The vehicle identifier. - PropertyName
The name of the property that has changed. - PropertyValue
The new property value.
Example
AddEvent("OnVehicleNetworkUpdatePropertyValue", function(vehicleId, propertyName, propertyValue)
end)