setMarkerAlpha: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
Line 18: Line 18:
| marker '''setMarkerAlpha''' alpha |= Syntax
| marker '''setMarkerAlpha''' alpha |= Syntax


|p1= marker: [[String]] -  |= PARAMETER1
|p1= marker: [[String]] -  |PARAMETER1=  


|p2= alpha: [[Number]] -  |= PARAMETER2
|p2= alpha: [[Number]] -  |PARAMETER2=  


|p3= |= PARAMETER3
|p3= |PARAMETER3=  


| Nothing |= RETURNVALUE
| Nothing |RETURNVALUE=  




Line 35: Line 35:
|= See also
|= See also


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:37, 7 April 2019

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 equals 1, the marker is visible, but if alpha equals 0, 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:
setMarkerAlphaLocalsetMarkerBrushsetMarkerColorsetMarkerDirsetMarkerPossetMarkerShapesetMarkerSizesetMarkerTextsetMarkerTypecreateMarker

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