BIS fnc diagLoop: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] spawn ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=") |
||
Line 9: | Line 9: | ||
| Runs scripted loop. Repeated call terminates previous loops. | | Runs scripted loop. Repeated call terminates previous loops. | ||
| | |s1=[code,delay] spawn [[BIS_fnc_diagLoop]] | ||
|p1= code: [[Code]] - Code to be executed | |p1= code: [[Code]] - Code to be executed | ||
|p2= code: [[Number]] - (Optional, default 0.1) Delay between loops | |p2= code: [[Number]] - (Optional, default 0.1) Delay between loops |
Revision as of 16:03, 12 June 2021
Description
- Description:
- Description needed
- 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