<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/DgsBlurBoxGetLevel?action=history&amp;feed=atom</id>
	<title>DgsBlurBoxGetLevel - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/DgsBlurBoxGetLevel?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DgsBlurBoxGetLevel&amp;action=history"/>
	<updated>2026-05-14T17:17:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DgsBlurBoxGetLevel&amp;diff=66439&amp;oldid=prev</id>
		<title>Temois: Created page with &quot;__NOTOC__  {{Client function}}  This function gets level of a blur box.  ==Syntax==  &lt;syntaxhighlight lang=&quot;lua&quot;&gt; int dgsBlurBoxGetLevel( element blurBox ) &lt;/syntaxhighlight&gt;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DgsBlurBoxGetLevel&amp;diff=66439&amp;oldid=prev"/>
		<updated>2020-05-06T13:05:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__  {{Client function}}  This function gets level of a blur box.  ==Syntax==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; int dgsBlurBoxGetLevel( element blurBox ) &amp;lt;/syntaxhighlight&amp;gt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}}&lt;br /&gt;
&lt;br /&gt;
This function gets level of a blur box.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
int dgsBlurBoxGetLevel( element blurBox )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments===&lt;br /&gt;
*'''blurBox:''' A dgs blur box element.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns '''integer''' stand for the level of blur box if successful, ''false'' otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
DGS = exports.dgs --get exported functions from dgs&lt;br /&gt;
&lt;br /&gt;
local blurbox = DGS:dgsCreateBlurBox(600,500)&lt;br /&gt;
local window = DGS:dgsCreateImage(200,200,600,500,blurbox,false)&lt;br /&gt;
iprint(DGS:dgsBlurBoxGetLevel(blurbox)) -- returns 5 into debugscript&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{DGSFUNCTIONS}}&lt;/div&gt;</summary>
		<author><name>Temois</name></author>
	</entry>
</feed>