OnElementDataChange

From Multi Theft Auto: Wiki
Revision as of 04:32, 30 December 2007 by ChrML (talk | contribs)
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 one can be accessed through getElementData ( 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