BIS fnc hideMarker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Function|= Comments " to "{{Function|Comments= ")
m (page filled)
Line 1: Line 1:
{{Function|Comments=
{{Function


| arma3 |Game name=
|game1= arma3


|1.78|Game version=
|version1= 1.78


<!---|arg= local |Multiplayer Arguments=--->
<!--|serverExec= server-->


<!---|eff= local |Multiplayer Effects=--->
<!--|arg= local-->


| <pre>/*
<!--|eff= local-->
Author: BIS, modified by Riccardo Argiolas


Description:
|descr= Gradual hiding of a marker by setting its alpha to 0.
Gradual hiding of a marker by setting its alpha to 0.


Parameters:
|s1= [marker, duration] spawn [[BIS_fnc_hideMarker]]
Select 0 - STRING: Marker
Select 1 (OPTIONAL) - NUMBER: Duration of hiding, default is 1.


Returns:
|p1= marker: [[String]] - Marker name
Nothing


Examples:
|p2= duration: [[Number]] - (Optional, default 1) Duration of the hiding
_hide = ["BIS_marker"] spawn BIS_fnc_hideMarker;
_hide = ["BIS_marker",2] spawn BIS_fnc_hideMarker;


*/
|r1= [[Nothing]]
</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_hideMarker]]|Syntax=
|x1= <code>["BIS_marker",2] [[spawn]] [[BIS_fnc_hideMarker]];</code>


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|exec= spawn


|Datatype - description|Return value=
|seealso= [[BIS_fnc_blinkMarker]] [[BIS_fnc_colorMarker]] [[BIS_fnc_moveMarker]]


|x1= <code></code>|Example 1=
|exec= call |Execution=
| |See also=
}}
}}



Revision as of 10:32, 22 July 2020

Hover & click on the images for description

Description

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

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