Skip to content

Commit

Permalink
clarify function header
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Apr 29, 2018
1 parent 449a7db commit 92a9619
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/common/fnc_waitUntilAndExecute.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ 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 functions (statement and condition) executing. (optional) <ANY>
_timeout - Timeout for the condition in seconds. (optional) <NUMBER>
_timeout - If >= 0, timeout for the condition in seconds. If < 0, no timeout.
Exactly 0 means timeout immediately on the next iteration.(optional, default -1) <NUMBER>
_timeoutCode - Will execute instead of _statement if the condition times out. (optional) <CODE>
Passed Arguments:
Expand Down

0 comments on commit 92a9619

Please sign in to comment.