Skip to content

Commit

Permalink
updated description in header
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordZorn committed Sep 16, 2024
1 parent f32d8c3 commit 6a305bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/common/fnc_updatePerFrameHandlerDelay.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Function: CBA_fnc_updatePerFrameHandlerDelay
Description:
Updates the delay of an existing perFrameHandler.
If the new delay is shorter then the previous delay and the next iteration would have happend in the past, it will execute now and the following iteration will be executed based on current time + new delay.
Parameters:
_handle - The existing perFrameHandler's handle. <NUMBER>
_delay - The amount of time in seconds between executions, 0 for every frame. (optional, default: 0) <NUMBER>
Expand Down

0 comments on commit 6a305bd

Please sign in to comment.