GetWindowMode

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 22:41, 30 April 2015 by Vis apiuser (talk) (Created page with "==getWindowMode== <div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div> <div class="command-doc">Returns the window mode...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

getWindowMode

Available since: v4.1
Returns the window mode (fullscreen or not). Note: true is fullscreen and false is windowed.

Lua Syntax:

getWindowMode()

Arguments

Flags

Return Values

None.

Examples

None.