OnElementDataChange

From Multi Theft Auto: Wiki
Revision as of 17:37, 12 January 2008 by D0c (talk | contribs) (See Also for server events)
Jump to navigation Jump to search

This event is triggered when an elementdata entry for an element changes. A client can perform this change on the element or it can be done using setElementData.

Parameters

string theName, var theOldValue
  • theName: The name of the element data entry that changed
  • theOldValue: The old value of this entry before it changed. The new value can be accessed using getElementData ( source, theName ).

Source

The source of this event is the element whose elementdata changed.

Example

This example does...

--This line does...
blah()
--This line does this...
mooo

See Also

Element events


Event functions