Difference between revisions of "ToggleWindowMode"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "==toggleWindowMode== <div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div> <div class="command-doc">Toggle the window mo...")
 
(Redirected page to Global Command: toggleWindowMode)
 
Line 1: Line 1:
==toggleWindowMode==
+
#REDIRECT [[Global Command: toggleWindowMode]]
 
 
<div class="command-min-version-info">Available since: <span class="command-min-version">v4.1</span></div>
 
 
 
<div class="command-doc">Toggle the window mode to fullscreen or windowed.</div>
 
 
 
Lua Syntax:
 
<pre class="command-syntax">toggleWindowMode()</pre>
 
===Arguments===
 
===Flags===
 
===Return Values===
 
None.
 
===Examples===
 
Example 1: basic toggle window mode command
 
<syntaxhighlight>
 
toggleWindowMode()
 
</syntaxhighlight>
 

Latest revision as of 13:37, 19 May 2023