BIS fnc showMarkers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
| Show or hide given markers using fade effect. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_showMarkers]]; --> |= Syntax
| [action, markers] call [[BIS_fnc_showMarkers]] |Syntax=


|p1= |= Parameter 1
|p1= action: [[String]] - can be "show" or "hide". Any other value will be ignored. |Parameter 1=


| |= Return value
|p2= markers: [[Array]] of [[String|Strings]] - markers to show/hide |Parameter 2=
 
| [[Nothing]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>["hide", ["respawn_west", "respawn_east"]] [[call]] [[BIS_fnc_showMarkers]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[:Category:Command Group: Markers|Markers command group]] |See also=
 
}}
}}


Line 33: Line 33:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:showMarkers}}]]
[[Category:Function Group: GUI|{{uc:showMarkers}}]]
[[Category:Function Group: GUI|{{uc:showMarkers}}]]
[[Category:Functions|{{uc:showMarkers}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:showMarkers}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:showMarkers}}]]

Revision as of 23:29, 4 June 2018

Hover & click on the images for description

Description

Description:
Show or hide given markers using fade effect.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[action, markers] call BIS_fnc_showMarkers
Parameters:
action: String - can be "show" or "hide". Any other value will be ignored.
markers: Array of Strings - markers to show/hide
Return Value:
Nothing

Examples

Example 1:
["hide", ["respawn_west", "respawn_east"]] call BIS_fnc_showMarkers;

Additional Information

See also:
Markers command group

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

Notes

Bottom Section