GetChatAlpha: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (add issue)
m (fix last thing)
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.



Revision as of 11:57, 14 August 2015

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 ...

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