<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Streaming%3A%3AstreamvolIsValid</id>
	<title>Streaming::streamvolIsValid - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Streaming%3A%3AstreamvolIsValid"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Streaming::streamvolIsValid&amp;action=history"/>
	<updated>2026-06-04T06:55:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Streaming::streamvolIsValid&amp;diff=21791&amp;oldid=prev</id>
		<title>Shr0x: Created page with &quot;__NOTOC__ {{ClientsideJsFunction}} {{JSContainer| Returns true if the stream volume handle is valid and active, false if its not. === Required Arguments === *&#039;&#039;&#039;streamvol&#039;&#039;&#039; {{RageType|Handle}}   === Return Value === *&#039;&#039;&#039;boolean&#039;&#039;&#039; {{RageType|Boolean}}  ==Syntax== &lt;pre&gt; mp.game.streaming.streamvolIsValid(streamvol); &lt;/pre&gt;  ==Example== {{ClientsideCode| &lt;syntaxhighlight lang=&quot;javascript&quot;&gt; const {x, y, z} = mp.players.local.position; const streamvol = mp.game.streaming.st...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Streaming::streamvolIsValid&amp;diff=21791&amp;oldid=prev"/>
		<updated>2024-04-23T09:57:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ {{ClientsideJsFunction}} {{JSContainer| Returns true if the stream volume handle is valid and active, false if its not. === Required Arguments === *&amp;#039;&amp;#039;&amp;#039;streamvol&amp;#039;&amp;#039;&amp;#039; {{RageType|Handle}}   === Return Value === *&amp;#039;&amp;#039;&amp;#039;boolean&amp;#039;&amp;#039;&amp;#039; {{RageType|Boolean}}  ==Syntax== &amp;lt;pre&amp;gt; mp.game.streaming.streamvolIsValid(streamvol); &amp;lt;/pre&amp;gt;  ==Example== {{ClientsideCode| &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt; const {x, y, z} = mp.players.local.position; const streamvol = mp.game.streaming.st...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{{ClientsideJsFunction}}&lt;br /&gt;
{{JSContainer|&lt;br /&gt;
Returns true if the stream volume handle is valid and active, false if its not.&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;streamvol&amp;#039;&amp;#039;&amp;#039; {{RageType|Handle}}&lt;br /&gt;
 &lt;br /&gt;
=== Return Value ===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;boolean&amp;#039;&amp;#039;&amp;#039; {{RageType|Boolean}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mp.game.streaming.streamvolIsValid(streamvol);&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 streamvol = mp.game.streaming.streamvolCreateSphere(x, y, z, 1, 1);&lt;br /&gt;
if (mp.game.streaming.streamvolIsValid(streamvol)) {&lt;br /&gt;
    mp.gui.chat.push(&amp;quot;stream vol is valid!&amp;quot;);&lt;br /&gt;
}&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>Shr0x</name></author>
	</entry>
</feed>