setMarkerAlpha: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
Line 32: | Line 32: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>"my_marker" setMarkerAlpha 0.5;</sqf> | ||
|x2= < | |x2= <sqf>"enemy_convoy_marker" setMarkerAlpha 0;</sqf> | ||
|seealso= [[setMarkerAlphaLocal]] [[setMarkerBrush]] [[setMarkerColor]] [[setMarkerDir]] [[setMarkerPos]] [[setMarkerShape]] [[setMarkerSize]] [[setMarkerText]] [[setMarkerType]] [[createMarker]] | |seealso= [[setMarkerAlphaLocal]] [[setMarkerBrush]] [[setMarkerColor]] [[setMarkerDir]] [[setMarkerPos]] [[setMarkerShape]] [[setMarkerSize]] [[setMarkerText]] [[setMarkerType]] [[createMarker]] | ||
}} | }} |
Revision as of 10:24, 13 May 2022
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:
- 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