GuiGetInputEnabled

From Multi Theft Auto: Wiki
Revision as of 23:48, 6 March 2007 by Jbeta (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function checks whether user input is going to the GUI or the game.

Syntax

bool guiGetInputEnabled ()

Returns

Returns true if input is going to GUI, false if it's going to the game.

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