GetChatAlpha: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (little change in disabled template)
(added "issues box")
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Client function}}
{{Client function}}
{{Disabled|This function doesn't exists.|7690}}
{{Disabled|This function doesn't exists. See issues 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}}

Revision as of 21:43, 12 March 2014

Dialog-warning.png Function has been disabled.

Reason/Note: This function doesn't exists. See issues 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 ...

Issues

Issue ID Description
#7690 [Request] setChatboxAlpha()
#7698 setChatAlpha, getChatAlpha

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