IsMTAWindowActive: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Client function}} {{Needs checking|This function includes debug window?}} This function returns whether the any system windows that take focus are active. This includes the ch...)
(No difference)

Revision as of 12:07, 17 January 2008

Template:Needs checking This function returns whether the any system windows that take focus are active. This includes the chatbox input, console window and main menu.

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