MTA Classes: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
(Undo revision 58748 by JHYP (talk))
Line 1: Line 1:
----
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 [[entity|Entities]].


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


== '''We apologize for the inconvenience, but the site is temporarily blocked.''' ==
* [[account|Account]]
But you can '''[https://yadi.sk/d/PWx5Ju_83akbp8 download an offline version of Multi Theft Auto wiki]'''
* [[acl|ACL]]
 
* [[aclgroup|ACL group]]
 
* [[Ban]]
----
* [[element|Element]]
 
<ul>{{Elements}}</ul>
----
* [[resource|Resource]]
* [[textdisplay|Text display]]
* [[textitem|Text item]]
* [[timer|Timer]]
* [[xmlnode|XML node]]
* [[connection|Connection]]
[[Category:Scripting Concepts]]
[[es:Clases MTA]]
[[it:Classi di MTA]]
[[ru:Классы MTA]]

Revision as of 09:58, 1 September 2018

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: