MTA Classes: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: In order to perform operations on MTA objects via scripting, pointers to internal classes are exported to scripts as Lua userdata. Each of these classes has a number of exported scripting ...)
 
(Moving TXD, DFF, COL to elements)
Line 11: Line 11:
* [[timer|Timer]]
* [[timer|Timer]]
* [[xmlnode|XML node]]
* [[xmlnode|XML node]]
* [[TXD]]
* [[DFF]]
* [[COL]]

Revision as of 23:12, 21 November 2007

In order to perform operations on MTA objects via scripting, pointers to internal classes are exported to scripts as Lua userdata. Each of these classes has a number of exported scripting functions associated to them.

The complete list of classes to be found in scripts follows: