setMarkerAlpha: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Adding Category)
m (Text replacement - "\| *p([0-9]+) *=([^↵]+) -↵" to "|p$1=$2")
 
(56 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| 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. |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| marker '''setMarkerAlpha''' alpha |= Syntax
|game4= arma3
|version4= 0.50


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


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


|p3= |= PARAMETER3
|descr= Sets the marker alpha. The marker is modified on all computers in a network session.
<br>
When alpha equals {{hl|1}}, the marker is visible, but if alpha equals {{hl|0}}, then the marker is invisible.
<br>
Alpha can be numbers and fractions.
{{Feature|informative|'''Multiplayer optimisation:''' Global marker commands always broadcast the ''entire'' marker state over the network. As such, the number of network messages exchanged when creating or editing a marker can be reduced by performing all but the last operation using local marker commands, then using a global marker command for the last change (and subsequent global broadcast of all changes applied to the marker).}}


| Nothing |= RETURNVALUE
|s1= marker [[setMarkerAlpha]] alpha


|p1= marker: [[String]]
|p2= alpha: [[Number]]
|r1= [[Nothing]]


|x1= <code> "my_marker" setMarkerAlpha 0.5; </code>|= EXAMPLE1
|x1= <sqf>"my_marker" setMarkerAlpha 0.5;</sqf>


|x2= <code> "enemy_convoy_marker" setMarkerAlpha 0; </code>|= EXAMPLE2
|x2= <sqf>"enemy_convoy_marker" setMarkerAlpha 0;</sqf>


____________________________________________________________________________________________
|seealso= [[setMarkerAlphaLocal]] [[setMarkerBrush]] [[setMarkerColor]] [[setMarkerDir]] [[setMarkerPos]] [[setMarkerShape]] [[setMarkerSize]] [[setMarkerText]] [[setMarkerType]] [[createMarker]]
 
| [[setMarkerAlphaLocal]] |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Markers|SETMARKERALPHA]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 12:51, 26 March 2024

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.
Multiplayer optimisation: Global marker commands always broadcast the entire marker state over the network. As such, the number of network messages exchanged when creating or editing a marker can be reduced by performing all but the last operation using local marker commands, then using a global marker command for the last change (and subsequent global broadcast of all changes applied to the marker).
Groups:
Markers

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 setMarkerBrush setMarkerColor setMarkerDir setMarkerPos setMarkerShape setMarkerSize setMarkerText setMarkerType createMarker

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