BIS fnc showMarkers: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Show or hide given markers using fade effect. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [action, markers] call [[BIS_fnc_showMarkers]] |Syntax= | ||
|p1= | | |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= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[: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:{{Name|arma3}}: Functions|{{uc:showMarkers}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:showMarkers}}]] |
Revision as of 22:29, 4 June 2018
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