BIS_fnc_CPWaitUntil
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Function waits until condition becomes true. Condition is checked with given interval.
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:
-
[{ not alive player }, 2] spawn BIS_fnc_CPWaitUntil;
Additional Information
- Execution:
- spawn
- See also:
- waitUntil
- Groups:
- CombatPatrolProgram Flow