GuiGetInputEnabled

From Multi Theft Auto: Wiki
Revision as of 17:38, 22 February 2008 by Lil Toady (talk | contribs)
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