System::startNewStreamedScriptWithArgs

From RAGE Multiplayer Wiki
Revision as of 21:32, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax

mp.game.system.startNewStreamedScriptWithArgs(scriptHash, args, argCount, stackSize);

Required Arguments

  • scriptHash: Model hash or name
  • args: unknown (to be checked)
  • argCount: int
  • stackSize: int

Return value

  • int

Example

// todo

See also

Template:System s function c