<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Blip%3A%3AdoesExist</id>
	<title>Blip::doesExist - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Blip%3A%3AdoesExist"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Blip::doesExist&amp;action=history"/>
	<updated>2026-07-24T17:39:13Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Blip::doesExist&amp;diff=287&amp;oldid=prev</id>
		<title>imported&gt;RoboN1X: category</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Blip::doesExist&amp;diff=287&amp;oldid=prev"/>
		<updated>2019-05-06T08:18:15Z</updated>

		<summary type="html">&lt;p&gt;category&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A function to check if a blip exists.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
blip.doesExist();&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Return value===&lt;br /&gt;
* {{RageType|Boolean}}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
An example of returning true of a blip exists.&lt;br /&gt;
&lt;br /&gt;
{{ClientsideCode|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
let policeBlip_Client = mp.blips.new(60, new mp.Vector3(407.95, -961.05, 0), {&lt;br /&gt;
    color: 3,&lt;br /&gt;
    shortRange: true,&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
let doesExist = policeBlip_Client.doesExist();&lt;br /&gt;
mp.gui.chat.push(&amp;quot;Exist: &amp;quot; + doesExist); //Output: &amp;quot;Exist: 1&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{Blip_definition}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:Blip API]]&lt;br /&gt;
[[Category:Client-side Function]]&lt;/div&gt;</summary>
		<author><name>imported&gt;RoboN1X</name></author>
	</entry>
</feed>