setMarkerDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *ofpe * * *\| *([0-1]\.[0-9]{2}) * \|game2" to "|game1= ofpe |version1= $1 |game2")
m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|")
 
(15 intermediate revisions by the same user not shown)
Line 24: Line 24:


|descr= Sets the orientation of the marker. Angle is in degrees.
|descr= Sets the orientation of the marker. Angle is in degrees.
{{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).}}
{{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).}}


|s1= markerName '''setMarkerDir''' angle
|s1= markerName [[setMarkerDir]] angle


|p1= markerName: [[String]]
|p1= markerName: [[String]]
Line 32: Line 32:
|p2= angle: [[Number]]
|p2= angle: [[Number]]


|r1=[[Nothing]]
|r1= [[Nothing]]


|x1= <code>"Marker1" [[setMarkerDir]] 90;</code>
|x1= <sqf>"Marker1" setMarkerDir 90;</sqf>


|seealso= [[markerDir]], [[setMarkerBrush]], [[createMarker]], [[setMarkerColor]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]]
|seealso= [[markerDir]] [[setMarkerBrush]] [[createMarker]] [[setMarkerColor]] [[setMarkerPos]] [[setMarkerShape]] [[setMarkerSize]] [[setMarkerText]] [[setMarkerType]] [[setMarkerAlpha]]
}}
}}
{{GameCategory|ofpe|Scripting Commands}}
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 01:25, 2 February 2024

Hover & click on the images for description

Description

Description:
Sets the orientation of the marker. Angle is in degrees.
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:
markerName setMarkerDir angle
Parameters:
markerName: String
angle: Number
Return Value:
Nothing

Examples

Example 1:
"Marker1" setMarkerDir 90;

Additional Information

See also:
markerDir setMarkerBrush createMarker setMarkerColor setMarkerPos setMarkerShape setMarkerSize setMarkerText setMarkerType setMarkerAlpha

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