<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.playonset.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dadadah</id>
	<title>Onset Developer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dev.playonset.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dadadah"/>
	<link rel="alternate" type="text/html" href="https://dev.playonset.com/wiki/Special:Contributions/Dadadah"/>
	<updated>2026-05-31T22:04:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnPickupNetworkUpdatePropertyValue&amp;diff=3777</id>
		<title>OnPickupNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnPickupNetworkUpdatePropertyValue&amp;diff=3777"/>
		<updated>2020-01-26T22:43:46Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnPickupNetworkUpdatePropertyValue(pickupId, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|pickupId|The pickup identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnPickupNetworkUpdatePropertyValue&amp;quot;, function(pickupId, propertyName, propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
{{NetworkClientEvents}}&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnText3DNetworkUpdatePropertyValue&amp;diff=3776</id>
		<title>OnText3DNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnText3DNetworkUpdatePropertyValue&amp;diff=3776"/>
		<updated>2020-01-26T22:43:30Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnText3DNetworkUpdatePropertyValue(textId, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|textId|The text 3d identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnText3DNetworkUpdatePropertyValue&amp;quot;, function(textId, propertyName, propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
{{NetworkClientEvents}}&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnNPCNetworkUpdatePropertyValue&amp;diff=3775</id>
		<title>OnNPCNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnNPCNetworkUpdatePropertyValue&amp;diff=3775"/>
		<updated>2020-01-26T22:43:21Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnNPCNetworkUpdatePropertyValue(vehicle, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|npc|The npc identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnNPCNetworkUpdatePropertyValue&amp;quot;, function(npcId, propertyName, propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
{{NetworkClientEvents}}&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnVehicleNetworkUpdatePropertyValue&amp;diff=3774</id>
		<title>OnVehicleNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnVehicleNetworkUpdatePropertyValue&amp;diff=3774"/>
		<updated>2020-01-26T22:43:09Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnVehicleNetworkUpdatePropertyValue(vehicle, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|vehicle|The vehicle identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnVehicleNetworkUpdatePropertyValue&amp;quot;, function(vehicleId, propertyName, propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
{{NetworkClientEvents}}&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnPlayerNetworkUpdatePropertyValue&amp;diff=3773</id>
		<title>OnPlayerNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnPlayerNetworkUpdatePropertyValue&amp;diff=3773"/>
		<updated>2020-01-26T22:43:00Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnPlayerNetworkUpdatePropertyValue(player, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|player|The player identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnPlayerNetworkUpdatePropertyValue&amp;quot;, function(playerid, propertyName, propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
{{NetworkClientEvents}}&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnObjectNetworkUpdatePropertyValue&amp;diff=3772</id>
		<title>OnObjectNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnObjectNetworkUpdatePropertyValue&amp;diff=3772"/>
		<updated>2020-01-26T22:42:06Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnObjectNetworkUpdatePropertyValue(object, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|object|The object identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnObjectNetworkUpdatePropertyValue&amp;quot;, function(object, propertyName, propertyValue)]&lt;br /&gt;
    AddPlayerChat(&amp;quot;Object &amp;quot; .. object .. &amp;quot; had property &amp;quot; .. propertyName .. &amp;quot; changed to &amp;quot; .. propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
{{NetworkClientEvents}}&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=Template:NetworkClientEvents&amp;diff=3771</id>
		<title>Template:NetworkClientEvents</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=Template:NetworkClientEvents&amp;diff=3771"/>
		<updated>2020-01-26T22:19:52Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[OnObjectNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPlayerNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnVehicleNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnNPCNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnText3DNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPickupNetworkUpdatePropertyValue]]&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnPickupNetworkUpdatePropertyValue&amp;diff=3770</id>
		<title>OnPickupNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnPickupNetworkUpdatePropertyValue&amp;diff=3770"/>
		<updated>2020-01-26T22:17:58Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnPickupNetworkUpdatePropertyValue(pickupId, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|pickupId|The pickup identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnPickupNetworkUpdatePropertyValue&amp;quot;, function(pickupId, propertyName, propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
*[[OnObjectNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPlayerNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnVehicleNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnNPCNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnText3DNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPickupNetworkUpdatePropertyValue]]&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnText3DNetworkUpdatePropertyValue&amp;diff=3769</id>
		<title>OnText3DNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnText3DNetworkUpdatePropertyValue&amp;diff=3769"/>
		<updated>2020-01-26T22:17:48Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnText3DNetworkUpdatePropertyValue(textId, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|textId|The text 3d identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnText3DNetworkUpdatePropertyValue&amp;quot;, function(textId, propertyName, propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
*[[OnObjectNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPlayerNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnVehicleNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnNPCNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnText3DNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPickupNetworkUpdatePropertyValue]]&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnNPCNetworkUpdatePropertyValue&amp;diff=3768</id>
		<title>OnNPCNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnNPCNetworkUpdatePropertyValue&amp;diff=3768"/>
		<updated>2020-01-26T22:17:37Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnNPCNetworkUpdatePropertyValue(vehicle, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|npc|The npc identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnNPCNetworkUpdatePropertyValue&amp;quot;, function(npcId, propertyName, propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
*[[OnObjectNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPlayerNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnVehicleNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnNPCNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnText3DNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPickupNetworkUpdatePropertyValue]]&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnVehicleNetworkUpdatePropertyValue&amp;diff=3767</id>
		<title>OnVehicleNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnVehicleNetworkUpdatePropertyValue&amp;diff=3767"/>
		<updated>2020-01-26T22:17:19Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnVehicleNetworkUpdatePropertyValue(vehicle, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|vehicle|The vehicle identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnVehicleNetworkUpdatePropertyValue&amp;quot;, function(vehicleId, propertyName, propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
*[[OnObjectNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPlayerNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnVehicleNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnNPCNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnText3DNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPickupNetworkUpdatePropertyValue]]&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnPlayerNetworkUpdatePropertyValue&amp;diff=3766</id>
		<title>OnPlayerNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnPlayerNetworkUpdatePropertyValue&amp;diff=3766"/>
		<updated>2020-01-26T22:16:57Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnPlayerNetworkUpdatePropertyValue(player, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|player|The player identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnPlayerNetworkUpdatePropertyValue&amp;quot;, function(playerid, propertyName, propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
*[[OnObjectNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPlayerNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnVehicleNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnNPCNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnText3DNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPickupNetworkUpdatePropertyValue]]&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnObjectNetworkUpdatePropertyValue&amp;diff=3764</id>
		<title>OnObjectNetworkUpdatePropertyValue</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnObjectNetworkUpdatePropertyValue&amp;diff=3764"/>
		<updated>2020-01-26T22:16:21Z</updated>

		<summary type="html">&lt;p&gt;Dadadah: Created page with &amp;quot;{{Info|Function|Client|1.0}}  {{FuncDescription|Called when a property value is updated from the network.}}  {{FuncSyntax|OnObjectNetworkUpdatePropertyValue(object, PropertyNa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Info|Function|Client|1.0}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|Called when a property value is updated from the network.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnObjectNetworkUpdatePropertyValue(object, PropertyName, PropertyValue)}}&lt;br /&gt;
&lt;br /&gt;
{{FuncParameters}}&lt;br /&gt;
{{FuncParam|object|The object identifier.}}&lt;br /&gt;
{{FuncParam|PropertyName|The name of the property that has changed.}}&lt;br /&gt;
{{FuncParam|PropertyValue|The new property value.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnObjectNetworkUpdatePropertyValue&amp;quot;, function(object, propertyName, propertyValue)]&lt;br /&gt;
    AddPlayerChat(&amp;quot;Object &amp;quot; .. object .. &amp;quot; had property &amp;quot; .. propertyName .. &amp;quot; changed to &amp;quot; .. propertyValue)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
*[[OnObjectNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPlayerNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnVehicleNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnNPCNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnText3DNetworkUpdatePropertyValue]]&lt;br /&gt;
*[[OnPickupNetworkUpdatePropertyValue]]&lt;/div&gt;</summary>
		<author><name>Dadadah</name></author>
	</entry>
</feed>