GetChatAlpha: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Client function}}
{{Client function}}
{{Disabled|This function doesn't exists. See issue #7690 on mantis.}}
This function returns the global alpha value of the in-game chat. The alpha value applies to text output, input line and background colors.
This function returns the global alpha value of the in-game chat. The alpha value applies to text output, input line and background colors.



Revision as of 10:36, 12 January 2014

Dialog-warning.png Function has been disabled.

Reason/Note: This function doesn't exists. See issue #7690 on mantis.

This function returns the global alpha value of the in-game chat. The alpha value applies to text output, input line and background colors.

Syntax

float getChatAlpha ()

Returns

Returns a floating point value between 0 and 255.

Example

... see setChatAlpha ...

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