setMarkerAlpha

From Bohemia Interactive Community
Revision as of 23:17, 27 June 2011 by Mlacix (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Sets the marker alpha. The marker is modified on all computers in a network session. When alpha equal one, the marker is visible, but if alpha equal zero, then the marker is invisible. Alpha can be numbers and fractions.
Groups:
Uncategorised

Syntax

Syntax:
marker setMarkerAlpha alpha
Parameters:
marker: String -
alpha: Number -
Return Value:
Nothing

Examples

Example 1:
"my_marker" setMarkerAlpha 0.5;
Example 2:
"enemy_convoy_marker" setMarkerAlpha 0;

Additional Information

See also:
setMarkerAlphaLocal

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