markerAlpha: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 9: Line 8:


|arg= global|Multiplayer Arguments=
|arg= global|Multiplayer Arguments=
____________________________________________________________________________________________


| Gets the marker alpha. See [[setMarkerAlpha]]. |DESCRIPTION=
| Gets the marker alpha. See [[setMarkerAlpha]]. |DESCRIPTION=
____________________________________________________________________________________________


| '''markerAlpha''' markerName |SYNTAX=
| '''markerAlpha''' markerName |SYNTAX=
Line 27: Line 24:
|x1= <code>AlphaMarker = markerAlpha "myMarker;</code>|EXAMPLE1=  
|x1= <code>AlphaMarker = markerAlpha "myMarker;</code>|EXAMPLE1=  


____________________________________________________________________________________________


| [[setMarkerAlpha]], [[setMarkerAlphaLocal]] |SEEALSO=  
| [[setMarkerAlpha]], [[setMarkerAlphaLocal]] |SEEALSO=  


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



Revision as of 02:58, 17 January 2021

Hover & click on the images for description

Description

Description:
Gets the marker alpha. See setMarkerAlpha.
Groups:
Markers

Syntax

Syntax:
markerAlpha markerName
Parameters:
markerName: String -
Return Value:
Number

Examples

Example 1:
AlphaMarker = markerAlpha "myMarker;

Additional Information

See also:
setMarkerAlphasetMarkerAlphaLocal

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