Difference between revisions of "GetWindowMode"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(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...")
(No difference)

Revision as of 22:41, 30 April 2015

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.