OnPlayerNetworkUpdatePropertyValue

From Onset Developer Wiki
Revision as of 20:41, 23 November 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Called when a property value is updated from the network.}} {{FuncSyntax|OnPlayerNetworkUpdatePropertyValue(player, PropertyNa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
OnPlayerNetworkUpdatePropertyValue

Type: Function
Context: Client
Introduced: v1.0

Description

Called when a property value is updated from the network.

Syntax

OnPlayerNetworkUpdatePropertyValue(player, PropertyName, PropertyValue)

Parameters

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


Example

See also

Game

Vehicle

Player

Weapon

Parachuting

Key

NPC

Object

Package

Pickup

Text

Vehicle

Web UI

Sound

Door

Network