IsDebugViewActive

From Multi Theft Auto: Wiki
Revision as of 11:25, 17 January 2008 by ChrML (talk | contribs) (New page: __NOTOC__ {{Client function}} This function returns whether the ingame debug window is visible or not. This is the debugwindow visible using the "debugscript <level>" command. ==Syntax==...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns whether the ingame debug window is visible or not. This is the debugwindow visible using the "debugscript <level>" command.

Syntax

bool isDebugViewActive ()

Returns

Returns true if the debug view is visible, false if not.

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