GetChatAlpha: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (add issue)
(Disabled function)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Client function}}
{{Client function}}
{{Disabled|This function doesn't exists. See [issue 7698 https://bugs.mtasa.com/view.php?id=7698] on bugtracker.}}
{{Disabled|This function doesn't exists. See issue 7698 on bugtracker.}}
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.


Line 14: Line 14:
===Example===
===Example===
''... see [[setChatAlpha]] ...''
''... see [[setChatAlpha]] ...''
==Issues==
{{Issues|
{{Issue|7690|[Request] setChatboxAlpha()}}
{{Issue|7698|setChatAlpha, getChatAlpha}}
}}


==See Also==
==See Also==
{{GUI_functions}}
{{GUI_functions}}

Latest revision as of 10:14, 30 January 2022

Dialog-warning.png Function has been disabled.

Reason/Note: This function doesn't exists. See issue 7698 on bugtracker.

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