BIS fnc CPWaitUntil: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )C([a-z])" to "$1c$3") |
Lou Montana (talk | contribs) m (Text replacement - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )I([a-z])" to "$1i$3") |
||
Line 14: | Line 14: | ||
|p1= condition: [[Code]] - (Optional, default <sqf inline>{ true }</sqf>) condition to be checked | |p1= condition: [[Code]] - (Optional, default <sqf inline>{ true }</sqf>) condition to be checked | ||
|p2= interval: [[Number]] - (Optional, default 0.5) | |p2= interval: [[Number]] - (Optional, default 0.5) interval in which the condition will be checked | ||
|r1= [[Nothing]] | |r1= [[Nothing]] |
Latest revision as of 12:29, 8 November 2023
Description
- Description:
- Function waits until condition becomes true. Condition is checked with given interval.
- Execution:
- spawn
- Groups:
- CombatPatrolProgram Flow
Syntax
- Syntax:
- [condition, interval] spawn BIS_fnc_CPWaitUntil
- Parameters:
- condition: Code - (Optional, default { true }) condition to be checked
- interval: Number - (Optional, default 0.5) interval in which the condition will be checked
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- waitUntil
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