<?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_Events%2FGUI%3A%3AElementHoverOut</id>
	<title>Scripting/Squirrel/Client Events/GUI::ElementHoverOut - 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_Events%2FGUI%3A%3AElementHoverOut"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Client_Events/GUI::ElementHoverOut&amp;action=history"/>
	<updated>2026-05-10T20:35:27Z</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_Events/GUI::ElementHoverOut&amp;diff=20053&amp;oldid=prev</id>
		<title>Kennedyarz: Created page with &quot;== Syntax ==  &lt;pre&gt;player - The instance.&lt;/pre&gt;  == Arguments ==  * player  == Example ==  &lt;source lang=squirrel&gt; Testing&lt;- { Button = null }  function Script::ScriptLoad() {...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Client_Events/GUI::ElementHoverOut&amp;diff=20053&amp;oldid=prev"/>
		<updated>2017-06-16T02:59:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Syntax ==  &amp;lt;pre&amp;gt;player - The instance.&amp;lt;/pre&amp;gt;  == Arguments ==  * player  == Example ==  &amp;lt;source lang=squirrel&amp;gt; Testing&amp;lt;- { Button = null }  function Script::ScriptLoad() {...&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;player - The instance.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* player&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=squirrel&amp;gt;&lt;br /&gt;
Testing&amp;lt;-&lt;br /&gt;
{&lt;br /&gt;
Button = null&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function Script::ScriptLoad()&lt;br /&gt;
{&lt;br /&gt;
Testing.Button &amp;lt;- GUIButton(VectorScreen(400,380), VectorScreen(200, 22), Colour(75,75,75), &amp;quot;Press Here&amp;quot;, GUI_FLAG_BORDER | GUI_FLAG_VISIBLE);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function GUI::ElementHoverOut(element)&lt;br /&gt;
{&lt;br /&gt;
   switch( element )&lt;br /&gt;
   {&lt;br /&gt;
        case Testing.Button:&lt;br /&gt;
	Testing.Button.Size.X-=4;&lt;br /&gt;
	Testing.Button.Size.Y-=4;&lt;br /&gt;
        break;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
Performs the action that you implement on your client side for when the mouse is in the element (Buttons, Labers, etc.)&lt;/div&gt;</summary>
		<author><name>Kennedyarz</name></author>
	</entry>
</feed>