Skip to content

Commit

Permalink
Merge pull request #395 from CBATeam/function-header-WAE
Browse files Browse the repository at this point in the history
Improve function header 'CBA_fnc_waitAndExecute'
  • Loading branch information
Killswitch00 committed Jun 23, 2016
2 parents 32c70e9 + d3abc7e commit 0475841
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions addons/common/fnc_waitAndExecute.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
Function: CBA_fnc_waitAndExecute
Description:
Executes a code once in non sched environment with a given game time delay.
Executes a code once in unscheduled environment with a given game time delay.
Parameters:
_function - The function you wish to execute. <CODE>
_args - Parameters passed to the function executing. This will be the same array every execution. [optional] <ANY>
_delay - The amount of time in seconds between executions, 0 for every frame. [optional] (default: 0) <NUMBER>
_args - Parameters passed to the function executing. (optional) <ANY>
_delay - The amount of time in seconds between executions, 0 for every frame. (optional, default: 0) <NUMBER>
Passed Arguments:
_this - Parameters passed by this function. Same as '_args' above. <ANY>
Returns:
Nothing
Expand Down

0 comments on commit 0475841

Please sign in to comment.