Script::setStreamedScriptAsNoLongerNeeded: Difference between revisions
(yay) |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| 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=={{ | |||
==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:Script API]] | |||
[[Category:TODO: Example]] | |||
Latest revision as of 21:26, 11 May 2017
Syntax
mp.game.script.setStreamedScriptAsNoLongerNeeded(scriptHash);
Required Arguments
- scriptHash: Model hash or name
Return value
- Undefined
Example
// todo