Client Scripting Classes

From Multi Theft Auto: Wiki
Revision as of 20:58, 20 October 2013 by Ixjf (talk | contribs)
Jump to navigation Jump to search

Contributors: Did you create a page but it's not on this list? Confused? Read: Adding Pages to Categories and Templates

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

Template:Client vector3 class

Matrix

Template:Client matrix class

Element

Template:Client element class


Click to expand [+]
Child entities

Miscellaneous

GUI Base

Template:Client GUIElement class

Window

Template:Client GUIWindow class

Button

Template:Client GUIButton class

Edit box

Template:Client GUIEdit class

Label

Template:Client GUILabel class

Memo box

Template:Client GUIMemo class

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

Template:Client GUITab class

Resource

   Template:Client resource class

Timer

   Template:Client timer class

File

   Template:Client file class

XML Node

   Template:Client XmlNode class