<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kacper+Karer</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kacper+Karer"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Kacper_Karer"/>
	<updated>2026-04-22T10:20:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetVisible&amp;diff=32360</id>
		<title>DxGUI/dxGetVisible</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetVisible&amp;diff=32360"/>
		<updated>2012-08-16T14:38:39Z</updated>

		<summary type="html">&lt;p&gt;Kacper Karer: Created page with &amp;quot;&amp;lt;pageclass class=&amp;quot;client&amp;quot; subcaption=&amp;quot;GUI Class method&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt; __NOTOC__   You can use this function to get dxElement visiblity.  ==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; dxElement  dxGetVi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pageclass class=&amp;quot;client&amp;quot; subcaption=&amp;quot;GUI Class method&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt;&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
You can use this function to get dxElement visiblity.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
dxElement  dxGetVisible (element dxElement)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''dxElement:''' A dxGUI element.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
*'''visiblity''': dxGUI visiblity&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
This example gets window visiblity.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
local visiblity = dxGetVisible(dxWindow)&lt;br /&gt;
outputChatBox( tostring(visiblity) )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
[[dxGUI|Back to dxGUI page]]&lt;/div&gt;</summary>
		<author><name>Kacper Karer</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetSize&amp;diff=32359</id>
		<title>DxGUI/dxGetSize</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetSize&amp;diff=32359"/>
		<updated>2012-08-16T14:36:05Z</updated>

		<summary type="html">&lt;p&gt;Kacper Karer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pageclass class=&amp;quot;client&amp;quot; subcaption=&amp;quot;GUI Class method&amp;quot;&amp;gt;&amp;lt;/pageclass&amp;gt;&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
You can use this function to get dxElement size.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
float w, float h  dxGetSize (element dxElement, [bool relative = false])&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''dxElement:''' A dxGUI element.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Only include this section below if there are optional arguments --&amp;gt;&lt;br /&gt;
===Optional Arguments=== &lt;br /&gt;
{{OptionalArg}} &lt;br /&gt;
*'''relative:''' This is whether sizes and positioning are relative.  If this is ''true'', script give relative w,h.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
*'''w''': An element width&lt;br /&gt;
*'''h''': An element height&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
This example gets window relative size.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
local w,h = dxGetSize(dxWindow,true)&lt;br /&gt;
outputChatBox(w..&amp;quot; &amp;quot;..h)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
[[dxGUI|Back to dxGUI page]]&lt;/div&gt;</summary>
		<author><name>Kacper Karer</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetSize&amp;diff=32358</id>
		<title>DxGUI/dxGetSize</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetSize&amp;diff=32358"/>
		<updated>2012-08-16T14:32:33Z</updated>

		<summary type="html">&lt;p&gt;Kacper Karer: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
float w, float h  dxGetSize (element dxElement, [bool relative = false])&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''dxElement:''' A dxGUI element.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Only include this section below if there are optional arguments --&amp;gt;&lt;br /&gt;
===Optional Arguments=== &lt;br /&gt;
{{OptionalArg}} &lt;br /&gt;
*'''relative:''' This is whether sizes and positioning are relative.  If this is ''true'', script give relative w,h.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
*'''w''': An element width&lt;br /&gt;
*'''h''': An element height&lt;/div&gt;</summary>
		<author><name>Kacper Karer</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetSize&amp;diff=32357</id>
		<title>DxGUI/dxGetSize</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxGUI/dxGetSize&amp;diff=32357"/>
		<updated>2012-08-16T14:30:02Z</updated>

		<summary type="html">&lt;p&gt;Kacper Karer: Created page with &amp;quot;==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; float w, float h  dxGetSize (element dxElement, [bool relative = false]) &amp;lt;/syntaxhighlight&amp;gt;   ===Required Arguments===  *'''dxElement:''' A dxGUI element.  &amp;lt;!-- Only...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
float w, float h  dxGetSize (element dxElement, [bool relative = false])&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''dxElement:''' A dxGUI element.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Only include this section below if there are optional arguments --&amp;gt;&lt;br /&gt;
===Optional Arguments=== &lt;br /&gt;
{{OptionalArg}} &lt;br /&gt;
*'''relative:''' This is whether sizes and positioning are relative.  If this is ''true'', script give relative w,h.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
*'''w''': An element width&lt;br /&gt;
*'''h''': An element height&lt;/div&gt;</summary>
		<author><name>Kacper Karer</name></author>
	</entry>
</feed>