<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.vc-mp.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FSquirrel%2FClient_Functions%2FGUI%3A%3AGetScreenSize</id>
	<title>Scripting/Squirrel/Client Functions/GUI::GetScreenSize - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.vc-mp.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FSquirrel%2FClient_Functions%2FGUI%3A%3AGetScreenSize"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Client_Functions/GUI::GetScreenSize&amp;action=history"/>
	<updated>2026-04-07T21:12:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Client_Functions/GUI::GetScreenSize&amp;diff=20068&amp;oldid=prev</id>
		<title>MatheuS: Created page with &quot;== Syntax ==  &lt;pre&gt;void GUI::GetScreenSize()&lt;/pre&gt;  == Arguments ==  * &#039;&#039;&#039;integer&#039;&#039;&#039; &#039;&#039;&#039;position&#039;&#039;&#039; This is the number of player screen size, must be a integer.  == Example ==...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Client_Functions/GUI::GetScreenSize&amp;diff=20068&amp;oldid=prev"/>
		<updated>2017-07-16T15:47:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;void GUI::GetScreenSize()&amp;lt;/pre&amp;gt;  == Arguments ==  * &amp;#039;&amp;#039;&amp;#039;integer&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;position&amp;#039;&amp;#039;&amp;#039; This is the number of player screen size, must be a integer.  == Example ==...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;void GUI::GetScreenSize()&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;integer&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;position&amp;#039;&amp;#039;&amp;#039; This is the number of player screen size, must be a integer.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;squirrel&amp;quot;&amp;gt;&lt;br /&gt;
sX &amp;lt;- GUI.GetScreenSize().X;&lt;br /&gt;
sY &amp;lt;- GUI.GetScreenSize().Y;&lt;br /&gt;
&lt;br /&gt;
function Script::ScriptLoad()&lt;br /&gt;
{&lt;br /&gt;
     Console.Print(&amp;quot;[#FFFFFF]Your resolution is: &amp;quot; + sX + &amp;quot;x&amp;quot; + sY + &amp;quot;.&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
none&lt;/div&gt;</summary>
		<author><name>MatheuS</name></author>
	</entry>
</feed>