OnPickupNetworkUpdatePropertyValue: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{NetworkClientEvents}} | |||
Latest revision as of 22:43, 26 January 2020
Description
Called when a property value is updated from the network.
Syntax
OnPickupNetworkUpdatePropertyValue(pickupId, PropertyName, PropertyValue)
Parameters
- pickupId
The pickup identifier. - PropertyName
The name of the property that has changed. - PropertyValue
The new property value.
Example
AddEvent("OnPickupNetworkUpdatePropertyValue", function(pickupId, propertyName, propertyValue)
end)