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