BIS fnc runLater: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]+)<\/code>" to "<sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2") |
||
Line 12: | Line 12: | ||
|p1= id: [[String]] - Unique Id | |p1= id: [[String]] - Unique Id | ||
|p2= code: [[Code]] or [[String]] - | |p2= code: [[Code]] or [[String]] - code/function that is executed later | ||
|p3= timer: [[Number]] - The timer value (can be in seconds or frames) | |p3= timer: [[Number]] - The timer value (can be in seconds or frames) |
Revision as of 13:59, 8 November 2023
Description
- Description:
- Stack code/function that should be run later, after some time/frames or/and custom condition. Internally calls BIS_fnc_loop.
- Execution:
- call
- Groups:
- Program Flow
Syntax
- Syntax:
- [id, code, timer, timerType, condition] call BIS_fnc_runLater
- Parameters:
- id: String - Unique Id
- code: Code or String - code/function that is executed later
- timer: Number - The timer value (can be in seconds or frames)
- timerType: String - can be "seconds" or "frames"
- condition: Code - The custom condition, code is only executed if timer is validated and condition is met
- Return Value:
- Nothing
Examples
- Example 1:
- Example 2:
- Example 3:
- Example 4:
- Example 5:
Additional Information
- See also:
- BIS_fnc_CPWaitUntil waitUntil BIS_fnc_loop
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note