Script::doesScriptExist

From RAGE Multiplayer Wiki
Revision as of 21:26, 11 May 2017 by StreetGT (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Syntax

mp.game.script.doesScriptExist(scriptName);

Required Arguments

  • scriptName: String

Return value

  • Boolean

Example

// todo

See also

Template:Script s function c