GetCursorAlpha: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{client function}}
{{client function}}
{{New feature/item|3.0132|1.4|5242|
{{New feature/item|3.0132|1.4|5248|
This function is used to get alpha (transparency) from the client's cursor.
This function is used to get alpha (transparency) from the client's cursor.
}}
}}

Revision as of 13:55, 14 April 2013

This function is used to get alpha (transparency) from the client's cursor.

Syntax

float getCursorAlpha( )

Returns

Returns a float (0-255) indicating the cursor's alpha

Requirements

Minimum server version n/a
Minimum client version 1.4

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.4" />

Example

-- Todo

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows