Client Scripting Classes: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
<section name="Vehicle class" class="server" show="true"> | <section name="Vehicle class" class="server" show="true"> | ||
{{Client_vehicle_class}} | {{Client_vehicle_class}} | ||
</section> | </section> | ||
Line 65: | Line 49: | ||
==Camera== | ==Camera== | ||
{{Client_camera_class}} | {{Client_camera_class}} | ||
Revision as of 01:31, 3 November 2013
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
Matrix
Element
Entity
Ped
Click to collapse [-]
Ped classPlayer
Click to collapse [-]
Player classVehicle
Click to collapse [-]
Vehicle classSound
Click to collapse [-]
Sound classSound3D
Click to collapse [-]
Sound3D classWeapon
Click to collapse [-]
Weapon class