setMarkerDir: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Added multiplayer optimisation) |
||
Line 11: | Line 11: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Sets the orientation of the marker. Angle is in degrees. |DESCRIPTION= | | Sets the orientation of the marker. Angle is in degrees. | ||
{{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).}} | |||
|DESCRIPTION= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 10:21, 25 October 2020
Description
- Description:
- Sets the orientation of the marker. Angle is in degrees.
- 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:
- markerDirsetMarkerBrushcreateMarkersetMarkerColorsetMarkerPossetMarkerShapesetMarkerSizesetMarkerTextsetMarkerTypesetMarkerAlpha
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
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma version 1.00
- Arma: New Scripting Commands
- Arma: Scripting Commands
- Command Group: Markers
- Scripting Commands: Global Effect
- Scripting Commands OFP Elite
- Scripting Commands Armed Assault
- Scripting Commands Arma 2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters