Difference between revisions of "spawn"
Jump to navigation
Jump to search
m (spawn args moved to spawn: old and wrong spawn article was deleted so this can be called simply spawn now) |
m |
||
Line 27: | Line 27: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | [[call_body|call function]], [[call_code|call code]], [[compile]], [[preprocessFile]] |= See also |
}} | }} |
Revision as of 10:42, 20 January 2009
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Starts running a new script (Function). Additional arguments are passed in local _this variable. The new script (Function) is running in parallel, spawn does not wait for it to be done. To check if it finished use scriptDone
Syntax
Examples
- Example 1:
[] spawn { player globalChat "This is run in parallel."; };
Additional Information
- Multiplayer:
- -
- See also:
- call functioncall codecompilepreprocessFile
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To