IsChatBoxInputActive: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Client functions}} This function returns whether the ingame chatbox is being used (accepting chatbox input) or not. ==Syntax== <syntaxhighlight lang="lua"> bool isChatBoxInputActive () </c...)
(No difference)

Revision as of 11:22, 17 January 2008

BEFORE VERSION 1.0 :

This function returns whether the ingame chatbox is being used (accepting chatbox input) or not.

Syntax

bool isChatBoxInputActive ()

Returns

Returns true if the chatbox is receiving input, false if not active.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

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