Client Scripting Functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Undo revision 39883 by Le'CC (talk))
(Undo revision 39882 by Le'CC (talk))
Line 1: Line 1:
<pageclass class="client"></pageclass>
{{Adding_Pages_to_Categories_and_Templates}}
This page lists all the '''client-side''' scripting functions that have been implemented and are available as native functions from the Deathmatch mod. To request a function or event, use [[Requested Functions and Events]]
For more functions, check the [[Useful_Functions|useful functions page]].
__TOC__
==Audio functions==
{{Client_audio_functions}}
==Blip functions==
{{Client_blip_functions}}
==Camera functions==
{{Client_camera_functions}}
==Clothes and body functions==
{{Client_Clothes and body functions}}
==Collision shape functions==
{{Client_collision_shape_functions}}
==Cursor functions==
{{Client_cursor_functions}}
==Drawing functions==
{{Drawing_functions}}
==Effects functions==
{{Client_Effects_functions}}
==Element functions==
{{Client_element_functions}}
==Engine functions==
{{Engine_functions}}
==Event functions==
{{Client_event_functions}}
==Explosion functions==
{{Client_explosion_functions}}
==File functions==
{{Client file functions}}
==Fire functions==
{{Client fire functions}}
==GUI functions==
{{GUI_functions}}
==Input functions==
{{Client_input_functions}}
==Marker functions==
{{Client_marker_functions}}
==Object functions==
{{Client_object_functions}}
==Output functions==
{{Client_output_functions}}
==Ped functions==
{{Client_ped_functions}}
==Pickup functions==
{{Client_pickup_functions}}
==Player functions==
{{Client_player_functions}}
==Projectile functions==
{{Client_projectile_functions}}
==Radar-area functions==
{{Client_radar-area_functions}}
==Resource functions==
{{Client_resource_functions}}
==Team functions==
{{Client_team_functions}}
==Utility functions==
* [[binary]]
* [[binary]]
{{Client_utility_functions}}
==Vehicle functions==
{{Client_vehicle_functions}}
==Water functions==
{{Client_water_functions}}
==Weapon functions==
{{Client_weapon_functions}}
==Weapon Creation functions==
Documentation can be found [http://code.google.com/p/mtasa-blue/source/detail?r=4555 here] and [http://code.google.com/p/mtasa-blue/source/detail?r=4557 here]
{{Client_weapon_creation_functions}}
==World functions==
{{Client_world_functions}}
==XML functions==
{{Client XML functions}}
[[ar:Client Scripting Functions]]
[[pl:Funkcje po stronie klienta]]
[[it:Funzioni Client-side]]
[[ru:Client Scripting Functions]]
[[es:Funciones del cliente]]
[[de:Clientseitige_Funktionen]]
[[tr:Client Taraflı Fonksiyonlar]]

Revision as of 15:40, 14 June 2014

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 functions that have been implemented and are available as native functions from the Deathmatch mod. To request a function or event, use Requested Functions and Events

For more functions, check the useful functions page.

Audio functions


Blip functions


Camera functions


Clothes and body functions


Collision shape functions


Cursor functions


Drawing functions


Effects functions


Element functions


Engine functions


Event functions


Explosion functions


File functions


Fire functions


GUI functions

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows

Input functions



Marker functions


Object functions


Output functions


Ped functions


Pickup functions


Player functions


Projectile functions


Radar-area functions


Resource functions


Team functions


Utility functions


Vehicle functions


Water functions


Weapon functions


Weapon Creation functions

Documentation can be found here and here


World functions


XML functions