Difference between revisions of "SetWindowSize"

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

Revision as of 21:41, 30 April 2015

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})