<?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=Streaming%3A%3AstreamvolCreateLine</id>
	<title>Streaming::streamvolCreateLine - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Streaming%3A%3AstreamvolCreateLine"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Streaming::streamvolCreateLine&amp;action=history"/>
	<updated>2026-07-24T19:12:11Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Streaming::streamvolCreateLine&amp;diff=14323&amp;oldid=prev</id>
		<title>imported&gt;Shr0x: corrected return value</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Streaming::streamvolCreateLine&amp;diff=14323&amp;oldid=prev"/>
		<updated>2024-04-23T10:05:59Z</updated>

		<summary type="html">&lt;p&gt;corrected return value&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{{ClientsideJsFunction}}&lt;br /&gt;
{{JSContainer|&lt;br /&gt;
Creates a new line streaming volume for the specified asset types.&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;x1&amp;#039;&amp;#039;&amp;#039; {{RageType|Float}}&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;y1&amp;#039;&amp;#039;&amp;#039; {{RageType|Float}}&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;z1&amp;#039;&amp;#039;&amp;#039; {{RageType|Float}}&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;x2&amp;#039;&amp;#039;&amp;#039; {{RageType|Float}}&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;y2&amp;#039;&amp;#039;&amp;#039; {{RageType|Float}}&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;z2&amp;#039;&amp;#039;&amp;#039; {{RageType|Float}}&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;flag&amp;#039;&amp;#039;&amp;#039; {{RageType|Number}}&lt;br /&gt;
 &lt;br /&gt;
=== Return Value ===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;handle&amp;#039;&amp;#039;&amp;#039; {{RageType|Handle}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mp.game.streaming.streamvolCreateLine(x1, y1, z1, x2, y2, z2, flag);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{ClientsideCode|&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
const {x, y, z} = mp.players.local.position;&lt;br /&gt;
const forwardVec = mp.players.local.getForwardVector();&lt;br /&gt;
mp.game.streaming.streamvolCreateLine(x, y, z, forwardVec.x, forwardVec.y, forwardVec.z, 1);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Streaming_functions_c}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:Client-side Function]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Shr0x</name></author>
	</entry>
</feed>