MTA Classes

From Multi Theft Auto: Wiki

Revision as of 04:48, 26 November 2011 by John (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Elements that have a physical representation in the game are also known as Entities.

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

In other languages