Skip to content

Commit

Permalink
Merge pull request #1711 from OverlordZorn/patch-2
Browse files Browse the repository at this point in the history
waitUntilAndExecute - Fixes missleading description
  • Loading branch information
PabstMirror authored Nov 10, 2024
2 parents 1582aac + 546e44b commit eecc0be
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 @@ -9,11 +9,11 @@ Description:
Parameters:
_condition - The function to evaluate as condition. <CODE>
_statement - The function to run once the condition is true. <CODE>
_statement - The function to run if the condition is true before timeout. <CODE>
_args - Parameters passed to the functions (statement and condition) executing. (optional) <ANY>
_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>
_timeoutCode - When provided, will be executed if condition times out. (optional) <CODE>
Passed Arguments:
_this - Parameters passed by this function. Same as '_args' above. <ANY>
Expand Down

0 comments on commit eecc0be

Please sign in to comment.