Script::setStreamedScriptAsNoLongerNeeded: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
Line 1: Line 1:
==Syntax==<syntaxhighlight lang="javascript">script.setStreamedScriptAsNoLongerNeeded(scriptHash);</syntaxhighlight>=== Required Arguments ===*'''scriptHash:''' Model hash or name===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Script_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
 
==Syntax==
<syntaxhighlight lang="javascript">mp.game.script.setStreamedScriptAsNoLongerNeeded(scriptHash);</syntaxhighlight>
=== Required Arguments ===
*'''scriptHash:''' Model hash or name
===Return value===
*'''Undefined'''
==Example==
<syntaxhighlight lang="javascript">
// todo
</syntaxhighlight>
==See also==
{{Script_s_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Revision as of 21:31, 6 May 2017

Syntax

mp.game.script.setStreamedScriptAsNoLongerNeeded(scriptHash);

Required Arguments

  • scriptHash: Model hash or name

Return value

  • Undefined

Example

// todo

See also

Template:Script s function c