Client Scripting Classes
This page lists all the client-side scripting classes that are being implemented in the 1.4 version of Multi Theft Auto. It mirrors the procedural Client Functions.
Classes can be instantiated by either calling the create method, when available, or calling the class. For example: Vehicle(...) is the same as Vehicle.create(...).
Vector3
Matrix
Element
Miscellaneous
GUI Base
Template:Client GUIElement class
Window
Template:Client GUIWindow class
Button
Template:Client GUIButton class
Edit box
Label
Template:Client GUILabel class
Memo box
Image
Template:Client GUIImage class
Combo box
Template:Client GUIComboBox class
Check box
Template:Client GUICheckBox class
Radio button
Template:Client GUIRadioButton class
Scroll pane
Template:Client GUIScrollPane class
Scroll bar
Template:Client GUIScrollBar class
Progress bar
Template:Client GUIProgressBar class
Grid list
Template:Client GUIGridList class
Tab panel
Template:Client GUITabPanel class
Tab
Resource
Template:Client resource class
Timer
Template:Client timer class
File
Template:Client file class
XML Node
Template:Client XmlNode class