BIS fnc loop: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
(Created page with "{{Function|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.14|= Game version ________________...") |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 5: | Line 4: | ||
| arma3 |= Game name | | arma3 |= Game name | ||
|1. | |1.14|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Loop stacked code/function with timing and conditional control. Code and conditions are executed in non-scheduled environment. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | param call [[BIS_fnc_loop]]; |= Syntax | ||
|p1= |= Parameter 1 | |p1= Sub-Function: [[String]] |= Parameter 1 | ||
|p2= Parameters: [[Array]] |= Parameter 2 | |||
| |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>["itemAdd", ["uniqueId", { hint str time; }, 5]] [[call]] [[BIS_fnc_loop]];</code> |= | |||
| | |x2= <code>["itemRemove", ["uniqueId"]] [[call]] [[BIS_fnc_loop]];</code> |= | ||
_______________________________________________________________________________________ | |||
| |= See also | | |= See also | ||
Line 62: | Line 35: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category: | |||
[[Category: | [[Category:Arma 3:_Functions|log]] | ||
[[Category: | [[Category:Take_On_Helicopters:_Functions|log]] | ||
[[Category:Function Group: Debug|log]] |
Revision as of 12:40, 24 March 2014
Description
- Description:
- Loop stacked code/function with timing and conditional control. Code and conditions are executed in non-scheduled environment.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- param call BIS_fnc_loop;
- Parameters:
- Sub-Function: String
- Parameters: Array
- Return Value:
- Nothing
Examples
- Example 1:
["itemAdd", ["uniqueId", { hint str time; }, 5]] call BIS_fnc_loop;
- Example 2:
["itemRemove", ["uniqueId"]] call BIS_fnc_loop;
Additional Information
- See also:
- See also needed
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