BIS_fnc_moduleFDFadeMarker

From Bohemia Interactive Community
Revision as of 18:51, 2 July 2018 by Lou Montana (talk | contribs) (Page filling)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Gradually change the alpha of the given marker.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[markerName, alpha] call BIS_fnc_moduleFDFadeMarker
Parameters:
markerName: String
alpha: Number - wanted marker alpha
Return Value:
Boolean - true when done

Examples

Example 1:
["myMarker", 0.25] call BIS_fnc_moduleFDFadeMarker;
Example 2:
while { alive enemyTank } do { ["tankMarker", 1] call BIS_fnc_moduleFDFadeMarker; ["tankMarker", 0] call BIS_fnc_moduleFDFadeMarker; };

Additional Information

See also:
markerAlphasetMarkerAlpha

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