BIS fnc showMarkerArray: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Function|= Comments " to "{{Function|Comments= ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.78 | |||
| | |gr1= Map and Markers | ||
|arg= global | |||
|eff= global | |||
| | |descr= Unhide the markers sequentially. | ||
|s1= [marker, duration, hideAfter] spawn [[BIS_fnc_showMarkerArray]] | |||
|p1= marker: [[Array]] - [[Array]] of [[String]]s markers | |||
|p2= duration: [[Number]] - (Optional, default 1) duration | |||
|p3= hideAfter: [[Boolean]] - (Optional, default [[true]]) [[true]] to keep markers displayed, [[false]] to hide them again afterward | |||
|r1= [[Nothing]] | |||
| | |x1= <sqf>[["marker_1","marker_2","marker_n"], 3, false] spawn BIS_fnc_showMarkers;</sqf> | ||
| | |exec= spawn | ||
| | |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