spawn

From Bohemia Interactive Community
Revision as of 22:22, 17 July 2006 by Suma (talk | contribs) (Described other spawn variant.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


arguments spawn code


Operand types:

arguments: Anything

code: Code

Type of returned value:

Script

Compatibility:

Version 2.40 required.

Description:

Starts running a new script. Additional arguments are passed in local _this variable.

The new script is running in parallel, spawn does not wait for it to be done.

To check if it finished use scriptDone