BIS fnc diagLoop: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects( \("local" or "gl...) |
||
Line 14: | Line 14: | ||
|p2= code: [[Number]] - (Optional, default 0.1) Delay between loops | |p2= code: [[Number]] - (Optional, default 0.1) Delay between loops | ||
|exec= spawn | |exec= spawn | ||
| [[Script]] - [[spawn|Spawn]] handle | | [[Script]] - [[spawn|Spawn]] handle |
Revision as of 01:51, 18 January 2021
Description
- Description:
- Runs scripted loop. Repeated call terminates previous loops.
- Execution:
- spawn
- Groups:
- Diagnostic
Syntax
- Syntax:
- [code,delay] spawn BIS_fnc_diagLoop
- Parameters:
- code: Code - Code to be executed
- code: Number - (Optional, default 0.1) Delay between loops
- Return Value:
- Script - Spawn handle
Examples
- Example 1:
[{systemChat "Loop!"}, 0.5] spawn BIS_fnc_diagLoop;
Additional Information
- See also:
- Diag functions
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note