BIS fnc showMarkerArray: Difference between revisions
Jump to navigation
Jump to search
m (added localities) |
m (Text replacement - "\[\[Category:Function Group: [a-zA-Z0-9_: ]+(\|\{\{[a-zA-Z0-9_: ]+\}\})?\]\]" to " ") |
||
Line 31: | Line 31: | ||
}} | }} | ||
[[Category:Functions|{{uc:showMarkerArray}}]] | [[Category:Functions|{{uc:showMarkerArray}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:showMarkerArray}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:showMarkerArray}}]] |
Revision as of 12:29, 13 October 2020
Description
- Description:
- Unhide the markers sequentially.
- Execution:
- spawn
- Groups:
- Uncategorised
Syntax
- Syntax:
- [marker, duration, hideAfter] spawn BIS_fnc_showMarkerArray
- Parameters:
- marker: Array - Array of strings (Markers)
- duration: Number - (Optional, default 1) Duration
- hideAfter: Boolean - (Optional, default true) True to keep markers displayed, false to hide them again afterward
- Return Value:
- Nothing
Examples
- Example 1:
[["marker_1","marker_2","marker_n"], 3, false] spawn BIS_fnc_showMarkers;
Additional Information
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