System::startNewStreamedScriptWithArgs

From RAGE Multiplayer Wiki
Revision as of 20:14, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

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 function c