Client Scripting Classes: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
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_Scripting_Functions|Client Functions]]. | 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_Scripting_Functions|Client Functions]]. | ||
Classes can be instantiated by either calling the '''create''' method, when available, or calling the class name. See the following function documentations for examples. | |||
__TOC__ | __TOC__ |
Revision as of 14:14, 20 October 2013
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 name. See the following function documentations for examples.
Element
Vehicle
Ped
Player
Object
Camera
Marker
Blip
Pickup
Collision shape
Template:Client colshape class
Projectile
Template:Client projectile class
Radar area
Template:Client radararea class
Team
Water
Sound
Weapon
GUI element
Template:Client GUIElement class
GUI Window
Template:Client GUIWindow class
GUI Button
Template:Client GUIButton class
GUI Edit
GUI Label
Template:Client GUILabel class
GUI Memo
GUI Image
Template:Client GUIImage class
GUI Combo Box
Template:Client GUIComboBox class
GUI Check Box
Template:Client GUICheckBox class
GUI Radio Button
Template:Client GUIRadioButton class
GUI Scroll Pane
Template:Client GUIScrollPane class
GUI Scroll Bar
Template:Client GUIScrollBar class
GUI Progress Bar
Template:Client GUIProgressBar class
GUI Grid List
Template:Client GUIGridList class
GUI Tab Panel
Template:Client GUITabPanel class
GUI Tab
Resource
Template:Client resource class