Script::requestScript: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
(change pastebin link)
 
Line 1: Line 1:
For a full list, see here: pastebin.com/yLNWicUi
For a full list, see here: pastebin.com/K9adDsu4
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">mp.game.script.requestScript(scriptName);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.script.requestScript(scriptName);</syntaxhighlight>

Latest revision as of 19:12, 7 June 2021

For a full list, see here: pastebin.com/K9adDsu4

Syntax

mp.game.script.requestScript(scriptName);

Required Arguments

  • scriptName: String

Return value

  • Undefined

Example

// todo

See also

Template:Script s function c