<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/EngineRestream?action=history&amp;feed=atom</id>
	<title>EngineRestream - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/EngineRestream?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=EngineRestream&amp;action=history"/>
	<updated>2026-04-17T20:02:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=EngineRestream&amp;diff=82703&amp;oldid=prev</id>
		<title>LamarDev: create engineRestream page</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=EngineRestream&amp;diff=82703&amp;oldid=prev"/>
		<updated>2026-01-13T18:42:23Z</updated>

		<summary type="html">&lt;p&gt;create engineRestream page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Client function}}&lt;br /&gt;
{{New feature/item|3.0161|1.7.0|25613|This function re-streams a specific group of models in the GTA world.}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool engineRestream ( [ string restreamOption = &amp;quot;world&amp;quot; ] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''restreamOption:''' The specific group of models you want to re-stream. It can be: &amp;quot;world&amp;quot;, &amp;quot;vehicles&amp;quot;, &amp;quot;peds&amp;quot;, &amp;quot;objects&amp;quot; &lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if the re-stream was successful, ''false'' otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
This function can be used after a model (or more) is loaded with [[engineImageLinkDFF]]:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
addEventHandler (&amp;quot;onClientResourceStart&amp;quot;, resourceRoot, function ()&lt;br /&gt;
    engineRestream (&amp;quot;vehicles&amp;quot;)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Engine functions}}&lt;/div&gt;</summary>
		<author><name>LamarDev</name></author>
	</entry>
</feed>