Skip to content

Commit

Permalink
Improve function header 'CBA_fnc_waitUntilAndExecute'
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Jun 23, 2016
1 parent ecd8aa8 commit e2444b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/common/fnc_waitUntilAndExecute.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Function: CBA_fnc_waitUntilAndExecute
Description:
Executes a code once in non sched environment after a condition is true.
Executes a code once in unscheduled environment after a condition is true.
Parameters:
_condition - The function to evaluate as condition. <CODE>
_statement - The function to run once the condition is true. <CODE>
_args - Parameters passed to the function executing. This will be the same array every execution. (optional) <ANY>
_args - Parameters passed to the functions (statement and condition) executing. (optional) <ANY>
Passed Arguments:
_this - Parameters passed by this function. Same as '_args' above. <ANY>
Expand Down

0 comments on commit e2444b9

Please sign in to comment.