BIS fnc showMarkerArray: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Function|= Comments " to "{{Function|Comments= ") |
m (page filled) |
||
Line 1: | Line 1: | ||
{{Function | {{Func{{Function | ||
| arma3 | |game1= arma3 | ||
|1.78 | |version1= 1.78 | ||
<! | <!--|serverExec= server--> | ||
<! | <!--|arg= local--> | ||
| | <!--|eff= local--> | ||
|descr= Unhide the markers sequentially. | |||
|s1= [marker, duration, hideAfter] spawn [[BIS_fnc_showMarkerArray]] | |||
|p1= marker: [[Array]] - [[Array]] of [[String|strings]] (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= <code>[<nowiki>[</nowiki>"marker_1","marker_2","marker_n"], 3, [[false]]] [[spawn]] [[BIS_fnc_showMarkers]];</code> | ||
| | |exec= spawn | ||
| | |seealso= [[BIS_fnc_blinkMarker]] [[BIS_fnc_colorMarker]] [[BIS_fnc_moveMarker]] [[BIS_fnc_showMarker]] | ||
}} | }} | ||
Revision as of 10:55, 22 July 2020
{{Func
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