Skip to content

Commit

Permalink
Update fnc_waitUntilAndExecute.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordZorn authored Nov 8, 2024
1 parent 08b54f1 commit 546e44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/fnc_waitUntilAndExecute.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Parameters:
_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 if 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 546e44b

Please sign in to comment.