MTA Classes: Difference between revisions
Jump to navigation
Jump to search
Borsuczek123 (talk | contribs) (Replaced content with "New wiki dicord: discord.gg/a4u8XBfDpu El ernesto skorupino") Tag: Replaced |
(Undo revision 75263 by Borsuczek123 (talk)) Tag: Undo |
||
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 with 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: | |||
* [[account|Account]] | |||
* [[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]] | |||
[[hu:MTA Classes]] | |||
[[es:Clases MTA]] | |||
[[it:Classi di MTA]] | |||
[[ru:Классы MTA]] |
Revision as of 14:08, 13 July 2022
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 with 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: