OnText3DNetworkUpdatePropertyValue

From Onset Developer Wiki
Revision as of 17:06, 15 December 2019 by 28days (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Called when a property value is updated from the network.}} {{FuncSyntax|OnText3DNetworkUpdatePropertyValue(textId, PropertyNa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
OnText3DNetworkUpdatePropertyValue

Type: Function
Context: Client
Introduced: v1.0

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)

See also