SetWindowSize
From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 21:41, 30 April 2015 by Vis apiuser (talk) (Created page with "==setWindowSize== <div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div> <div class="command-doc">Sets the size of the wi...")
setWindowSize
Available since: v4.1
Sets the size of the window.
Lua Syntax:
setWindowSize(size)
Arguments
size
- {x=int,y=int} - The size of the window (available in windowed mode).
Flags
Return Values
None.
Examples
Example 1:
setWindowSize({x=640,y=480})