BIS fnc showMarkerArray: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.78 | |version1= 1.78 | ||
Line 15: | Line 14: | ||
|s1= [marker, duration, hideAfter] spawn [[BIS_fnc_showMarkerArray]] | |s1= [marker, duration, hideAfter] spawn [[BIS_fnc_showMarkerArray]] | ||
|p1= marker: [[Array]] - [[Array]] of [[String | |p1= marker: [[Array]] - [[Array]] of [[String]]s markers | ||
|p2= duration: [[Number]] - (Optional, default 1) | |p2= duration: [[Number]] - (Optional, default 1) duration | ||
|p3= hideAfter: [[Boolean]] - (Optional, default [[true]]) [[true]] to keep markers displayed, [[false]] to hide them again afterward | |p3= hideAfter: [[Boolean]] - (Optional, default [[true]]) [[true]] to keep markers displayed, [[false]] to hide them again afterward | ||
Line 23: | Line 22: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>[["marker_1","marker_2","marker_n"], 3, false] spawn BIS_fnc_showMarkers;</sqf> | ||
|exec= spawn | |exec= spawn | ||
Line 29: | Line 28: | ||
|seealso= [[BIS_fnc_blinkMarker]] [[BIS_fnc_colorMarker]] [[BIS_fnc_moveMarker]] [[BIS_fnc_showMarker]] | |seealso= [[BIS_fnc_blinkMarker]] [[BIS_fnc_colorMarker]] [[BIS_fnc_moveMarker]] [[BIS_fnc_showMarker]] | ||
}} | }} | ||
Latest revision as of 16:43, 13 July 2022
Description
- Description:
- Unhide the markers sequentially.
- Execution:
- spawn
- Groups:
- Map and Markers
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:
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