BIS fnc hideMarker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Function|= Comments | arma3 |Game name= |1.78|Game version= <!---|arg= local |Multiplayer Arguments=---> <!---|eff= local |Multiplayer Effects=---> | <pre>/* Author: B...")
 
m (Text replacement - "\|game([0-9])=([^ ]+) * \|version([0-9])=([^ ]+) * " to "|game$1=$2 |version$3=$4 ")
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function


| arma3 |Game name=
|game1= arma3
|version1= 1.78


|1.78|Game version=
|gr1= Map and Markers


<!---|arg= local |Multiplayer Arguments=--->
|descr= Gradual hiding of a marker by setting its alpha to 0.


<!---|eff= local |Multiplayer Effects=--->
|s1= [marker, duration] spawn [[BIS_fnc_hideMarker]]


| <pre>/*
|p1= marker: [[String]] - Marker name
Author: BIS, modified by Riccardo Argiolas


Description:
|p2= duration: [[Number]] - (Optional, default 1) Duration of the hiding
Gradual hiding of a marker by setting its alpha to 0.


Parameters:
|r1= [[Nothing]]
Select 0 - STRING: Marker
Select 1 (OPTIONAL) - NUMBER: Duration of hiding, default is 1.


Returns:
|x1= <code>["BIS_marker",2] [[spawn]] [[BIS_fnc_hideMarker]];</code>
Nothing


Examples:
|exec= spawn
_hide = ["BIS_marker"] spawn BIS_fnc_hideMarker;
_hide = ["BIS_marker",2] spawn BIS_fnc_hideMarker;


*/
|seealso= [[BIS_fnc_blinkMarker]] [[BIS_fnc_colorMarker]] [[BIS_fnc_moveMarker]]
</pre>{{Informative|Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]]}} |Description=
 
|[] call [[BIS_fnc_hideMarker]]|Syntax=
 
|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
 
|Datatype - description|Return value=
 
|x1= <code></code>|Example 1=
 
|exec= call |Execution=
 
| |See also=
}}
}}
[[Category:Function Group: Map|{{uc:hideMarker}}]]
[[Category:Functions|{{uc:hideMarker}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:hideMarker}}]]

Revision as of 11:05, 14 June 2021

Hover & click on the images for description

Description

Description:
Gradual hiding of a marker by setting its alpha to 0.
Execution:
spawn
Groups:
Map and Markers

Syntax

Syntax:
[marker, duration] spawn BIS_fnc_hideMarker
Parameters:
marker: String - Marker name
duration: Number - (Optional, default 1) Duration of the hiding
Return Value:
Nothing

Examples

Example 1:
["BIS_marker",2] spawn BIS_fnc_hideMarker;

Additional Information

See also:
BIS_fnc_blinkMarker BIS_fnc_colorMarker BIS_fnc_moveMarker

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