BIS fnc showMarker: 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 revealing of a marker by setting its alpha to its original alpha or to a user-specified alpha.
Gradual revealing of a marker by setting its alpha to its original alpha or to a user-specified alpha.


Parameters:
|s1= [marker, duration, finalAlpha] spawn [[BIS_fnc_showMarker]]
Select 0 - STRING: Marker.
Select 1 (OPTIONAL) - NUMBER: Duration of revealing, default is 1.
Select 2 (OPTIONAL) - NUMBER: final alpha while showing is finished, default is 1.


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


Examples:
|p2= duration: [[Number]] - (Optional, default 1) Duration of revealing
_show = ["BIS_marker"] spawn BIS_fnc_showMarker;
_show = ["BIS_marker",2] spawn BIS_fnc_showMarker;


*/
|p3= finalAlpha: [[Number]] - (Optional, default 1) Final alpha while showing is finished
</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_showMarker]]|Syntax=
|r1= [[Nothing]]


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|x1= <code>["BIS_marker",2] [[spawn]] [[BIS_fnc_showMarker]];</code>


|Datatype - description|Return value=
|exec= spawn


|x1= <code></code>|Example 1=
|seealso= [[BIS_fnc_blinkMarker]] [[BIS_fnc_colorMarker]] [[BIS_fnc_moveMarker]]


|exec= call |Execution=
| |See also=
}}
}}
[[Category:Function Group: Map|{{uc:showMarker}}]]
[[Category:Function Group: Map|{{uc:showMarker}}]]
[[Category:Functions|{{uc:showMarker}}]]
[[Category:Functions|{{uc:showMarker}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:showMarker}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:showMarker}}]]

Revision as of 10:35, 22 July 2020

Hover & click on the images for description

Description

Description:
Gradual revealing of a marker by setting its alpha to its original alpha or to a user-specified alpha.
Execution:
spawn
Groups:
Uncategorised

Syntax

Syntax:
[marker, duration, finalAlpha] spawn BIS_fnc_showMarker
Parameters:
marker: String - Marker name
duration: Number - (Optional, default 1) Duration of revealing
finalAlpha: Number - (Optional, default 1) Final alpha while showing is finished
Return Value:
Nothing

Examples

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

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