setMarkerDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|")
 
(68 intermediate revisions by 14 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|SETMARKERDIR]]
{{RV|type=command
[[Category:Scripting Commands OFP Elite |SETMARKERDIR]]
[[Category:Scripting Commands ArmA|SETMARKERDIR]]


<new command not populated>
|game1= ofpe
|version1= 1.00


|game2= arma1
|version2= 1.00


<h2 style="color:#000066">''''' SetMarkerDir'''''</h2>
|game3= arma2
|version3= 1.00


|game4= arma2oa
|version4= 1.50


'''Operand types:'''
|game5= tkoh
|version5= 1.00


'''Type of returned value:'''
|game6= arma3
|version6= 0.50


'''Compatibility:'''
|gr1= Markers


'''Description:'''
|eff= global


|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).}}


'''Example:'''
|s1= markerName [[setMarkerDir]] angle
 
|p1= markerName: [[String]]
 
|p2= angle: [[Number]]
 
|r1= [[Nothing]]
 
|x1= <sqf>"Marker1" setMarkerDir 90;</sqf>
 
|seealso= [[markerDir]] [[setMarkerBrush]] [[createMarker]] [[setMarkerColor]] [[setMarkerPos]] [[setMarkerShape]] [[setMarkerSize]] [[setMarkerText]] [[setMarkerType]] [[setMarkerAlpha]]
}}

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