setMarkerDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (updated MP behavior)
m (template:command argument fix)
(10 intermediate revisions by 8 users not shown)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets the orientation of the marker. Angle is in degrees. |= Description
| Sets the orientation of the marker. Angle is in degrees. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| name '''setMarkerDir''' angle |= Syntax
| markerName '''setMarkerDir''' angle |SYNTAX=


|p1= name: [[String]] |= Parameter 1
|p1= markerName: [[String]] |PARAMETER1=


|p2= angle: [[Number]] |= Parameter 2
|p2= angle: [[Number]] |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>"Marker1" setMarkerDir 90</pre> |= Example 1
|x1= <code>"Marker1" [[setMarkerDir]] 90;</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
|[[markerDir]], [[setMarkerBrush]], [[createMarker]], [[setMarkerColor]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]] |SEEALSO=


}}
}}
Line 40: Line 40:
[[Category:Scripting Commands ArmA|SETMARKERDIR]]
[[Category:Scripting Commands ArmA|SETMARKERDIR]]
[[Category:Command Group: Markers|SETMARKERDIR]]
[[Category:Command Group: Markers|SETMARKERDIR]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:47, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Sets the orientation of the marker. Angle is in degrees.
Groups:
Uncategorised

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