IsMTAWindowActive: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Client function}}
{{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 chatbox input, console window, main menu and transferbox.
This function returns whether the any system windows that take focus are active. This includes the chatbox input, console window, main menu and transferbox.
To get the status of the debug view, see [[isDebugViewActive]].


==Syntax==  
==Syntax==  

Revision as of 09:17, 16 March 2009

This function returns whether the any system windows that take focus are active. This includes the chatbox input, console window, main menu and transferbox. To get the status of the debug view, see isDebugViewActive.

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