<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rplgn</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rplgn"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Rplgn"/>
	<updated>2026-04-15T07:20:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=EngineStreamingGetUsedMemory&amp;diff=72405</id>
		<title>EngineStreamingGetUsedMemory</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=EngineStreamingGetUsedMemory&amp;diff=72405"/>
		<updated>2021-09-21T05:19:44Z</updated>

		<summary type="html">&lt;p&gt;Rplgn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}}&lt;br /&gt;
{{Added feature/item|3.0159|1.5.9|1.5.8|20901|This function gets the amount of memory (in bytes) used by the GTA streamer.}}&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;int engineStreamingGetUsedMemory ( )&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
* Returns a [[int]] containing the amount of memory in bytes.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
This example gets the amount of memory used by the streamer when the resource starts:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
addEventHandler (&amp;quot;onClientResourceStart&amp;quot;, resourceRoot,&lt;br /&gt;
    function ()&lt;br /&gt;
        outputChatBox (&amp;quot;Used memory by the GTA streamer: &amp;quot;..engineStreamingGetUsedMemory ()..&amp;quot;.&amp;quot;)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
{{Requirements|n/a|1.5.8-9.20901|}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Engine_functions}}&lt;/div&gt;</summary>
		<author><name>Rplgn</name></author>
	</entry>
</feed>