<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_SetScreenResolution</id>
	<title>WoW:API SetScreenResolution - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_SetScreenResolution"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_SetScreenResolution&amp;action=history"/>
	<updated>2026-06-01T22:01:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_SetScreenResolution&amp;diff=16134&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API SetScreenResolution to WoW:API SetScreenResolution without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_SetScreenResolution&amp;diff=16134&amp;oldid=prev"/>
		<updated>2023-08-15T04:47:23Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_SetScreenResolution&quot; title=&quot;WoW:API SetScreenResolution&quot;&gt;API SetScreenResolution&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_SetScreenResolution&quot; title=&quot;WoW:API SetScreenResolution&quot;&gt;API SetScreenResolution&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:47, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-16133:rev-16134 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_SetScreenResolution&amp;diff=16133&amp;oldid=prev</id>
		<title>WoWWiki&gt;WoWWiki-Zelgadis: part of a API redesign proposal, please don&#039;t change the layout for the next few days</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_SetScreenResolution&amp;diff=16133&amp;oldid=prev"/>
		<updated>2006-09-03T18:23:55Z</updated>

		<summary type="html">&lt;p&gt;part of a API redesign proposal, please don&amp;#039;t change the layout for the next few days&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}}__NOTOC__&lt;br /&gt;
Returns the index of the current resolution in effect&lt;br /&gt;
  SetScreenResolution([index])&lt;br /&gt;
&lt;br /&gt;
===Takes===&lt;br /&gt;
: Number index (optional)&lt;br /&gt;
:: This value specifies the new screen resolution, it must be the index of one of the values yielded by [[API_GetScreenResolutions|GetScreenResolutions()]].&lt;br /&gt;
:: Passing nil will default this argument to 1, the lowest resolution available&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
: Nothing&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
&amp;lt;dd&amp;gt;&lt;br /&gt;
This sets the screen to 1024x768, if available:&lt;br /&gt;
 local resolutions = {GetScreenResolutions()}&lt;br /&gt;
 for i,entry in resolutions do&lt;br /&gt;
   if entry == &amp;#039;1024x768&amp;#039; then&lt;br /&gt;
     SetScreenResolution(i)&lt;br /&gt;
     break&lt;br /&gt;
   end&lt;br /&gt;
 end&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;WoWWiki-Zelgadis</name></author>
	</entry>
</feed>