setMarkerAlphaLocal: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{uc:{{PAGENAME}}}}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2") |
||
Line 51: | Line 51: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category:Scripting Commands | [[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command Group: Markers|SETMARKERALPHALOCAL]] | [[Category:Command Group: Markers|SETMARKERALPHALOCAL]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 15:29, 10 January 2020
Description
- Description:
- Sets the marker alpha. The marker is only modified on the computer where the command is called.
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 setMarkerAlphaLocal alpha
- Parameters:
- marker: String -
- alpha: Number -
- Return Value:
- Nothing
Examples
- Example 1:
"my_marker" setMarkerAlphaLocal 0.5;
- Example 2:
"enemy_convoy_marker" setMarkerAlphaLocal 0;
Additional Information
- See also:
- setMarkerAlphasetMarkerBrushsetMarkerColorsetMarkerDirsetMarkerPossetMarkerShapesetMarkerSizesetMarkerTextsetMarkerTypecreateMarker
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
- Posted on January 7, 2010 - 18:37 (CET)
- Dimitri Harkov
- The range for 'alpha' is 0 ... 1