BIS fnc CPWaitUntil: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|gr1 =" to "|gr1=") |
m (Text replacement - " <!---|arg= local |Multiplayer Arguments=---> <!---|eff= local |Multiplayer Effects=---> " to " ") |
||
Line 8: | Line 8: | ||
|gr2 = Program Flow | |gr2 = Program Flow | ||
| Function waits until condition becomes true. Condition is checked with given interval. | | Function waits until condition becomes true. Condition is checked with given interval. |
Revision as of 15:32, 6 February 2021
Description
- Description:
- Description needed
- Execution:
- spawn
- Groups:
- CombatPatrolProgram Flow
Syntax
- Syntax:
- Syntax needed
- 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:
- Return value needed
Examples
- Example 1:
[{ not alive player }, 2] spawn BIS_fnc_CPWaitUntil;
Additional Information
- See also:
- See also needed
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