<?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=SetBlipSprite</id>
	<title>SetBlipSprite - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=SetBlipSprite"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=SetBlipSprite&amp;action=history"/>
	<updated>2026-07-24T20:09:18Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=SetBlipSprite&amp;diff=14068&amp;oldid=prev</id>
		<title>imported&gt;Xabi: Xabi moved page NAPI.Blip.SetBlipSprite to SetBlipSprite</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=SetBlipSprite&amp;diff=14068&amp;oldid=prev"/>
		<updated>2019-11-27T12:44:10Z</updated>

		<summary type="html">&lt;p&gt;Xabi moved page &lt;a href=&quot;/wiki/NAPI.Blip.SetBlipSprite&quot; class=&quot;mw-redirect&quot; title=&quot;NAPI.Blip.SetBlipSprite&quot;&gt;NAPI.Blip.SetBlipSprite&lt;/a&gt; to &lt;a href=&quot;/wiki/SetBlipSprite&quot; title=&quot;SetBlipSprite&quot;&gt;SetBlipSprite&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sets the sprite (icon type) of a blip.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;void NAPI.Blip.SetBlipSprite(NetHandle blip, int/uint sprite);&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;blip:&amp;#039;&amp;#039;&amp;#039; Parameter input should be in &amp;#039;&amp;#039;&amp;#039;Blip&amp;#039;&amp;#039;&amp;#039; type&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;sprite:&amp;#039;&amp;#039;&amp;#039; The blip sprite ID to use. This parameter input should be in &amp;#039;&amp;#039;&amp;#039;int&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;uint&amp;#039;&amp;#039;&amp;#039; type.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{CSharpContainer|&lt;br /&gt;
{{Example}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt;&lt;br /&gt;
var blips = NAPI.Pools.GetAllBlips();&lt;br /&gt;
&lt;br /&gt;
foreach (Blip blip in list)&lt;br /&gt;
{&lt;br /&gt;
    NAPI.Blip.SetBlipSprite(blip, 84);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Serverside API]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Xabi</name></author>
	</entry>
</feed>