OnDoorNetworkUpdatePropertyValue

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
OnDoorNetworkUpdatePropertyValue

Type: Function
Context: Client
Introduced: v1.1.0

Description

Called when a property value is updated from the network.

Syntax

OnDoorNetworkUpdatePropertyValue(door, PropertyName, PropertyValue)

Parameters

  • door
    The door identifier.
  • PropertyName
    The name of the property that has changed.
  • PropertyValue
    The new property value.


Example

AddEvent("OnDoorNetworkUpdatePropertyValue", function(door, propertyName, propertyValue)
end)

See also