<?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=Marker%3A%3AgetColour</id>
	<title>Marker::getColour - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Marker%3A%3AgetColour"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Marker::getColour&amp;action=history"/>
	<updated>2026-07-24T21:54:44Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Marker::getColour&amp;diff=10635&amp;oldid=prev</id>
		<title>imported&gt;MrPancakers: Creates the page from incomplete</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Marker::getColour&amp;diff=10635&amp;oldid=prev"/>
		<updated>2018-05-14T09:52:53Z</updated>

		<summary type="html">&lt;p&gt;Creates the page from incomplete&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ServerSide}}&lt;br /&gt;
&lt;br /&gt;
Retrieves the color of the selected marker&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
marker.getColor();&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Returned Values === &lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;colour&amp;#039;&amp;#039;&amp;#039;: {{RageType|[Int, Int, Int, Int]}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
Retrieves the color of the marker and outputs the result in the console.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
let testMarker = mp.markers.new(1, new mp.Vector3(-441.88, 1156.86, 325), 2.0, {&lt;br /&gt;
    color: [255, 255, 0, 255]&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
let col = testMarker.getColor();&lt;br /&gt;
console.log(&amp;quot;Colour: &amp;quot; + col)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;MrPancakers</name></author>
	</entry>
</feed>