<?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=Label%3A%3Alos</id>
	<title>Label::los - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Label%3A%3Alos"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Label::los&amp;action=history"/>
	<updated>2026-07-25T00:27:58Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Label::los&amp;diff=10608&amp;oldid=prev</id>
		<title>imported&gt;Rootcause: Replaced HTML with template</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Label::los&amp;diff=10608&amp;oldid=prev"/>
		<updated>2018-10-26T12:31:54Z</updated>

		<summary type="html">&lt;p&gt;Replaced HTML with template&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Shared}}&lt;br /&gt;
&lt;br /&gt;
Updates the los(Line of Sight) on the selected label.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Boolean label.los&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Updates the los of the label through the command /labellos&lt;br /&gt;
&lt;br /&gt;
{{ServersideCode|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
let startLabel = mp.labels.new(&amp;quot;Use /labellos to update the los of this label.&amp;quot;, new mp.Vector3(-431.88, 1146.86, 327),&lt;br /&gt;
{&lt;br /&gt;
    los: false,&lt;br /&gt;
    font: 1,&lt;br /&gt;
    drawDistance: 100,&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
mp.events.addCommand(&amp;quot;labellos&amp;quot;, (player) =&amp;gt; {&lt;br /&gt;
    if(startLabel.los === true){&lt;br /&gt;
        startLabel.los = false;&lt;br /&gt;
    } else {&lt;br /&gt;
        startLabel.los = true;&lt;br /&gt;
    }&lt;br /&gt;
    player.outputChatBox(&amp;quot;Label Updated&amp;quot;);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{Label_definition}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Rootcause</name></author>
	</entry>
</feed>