setMarkerDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters")
(22 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|SETMARKERDIR]]
{{Command|Comments=
[[Category:Scripting Commands OFP Elite |SETMARKERDIR]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|SETMARKERDIR]]


| arma |Game name=


<h2 style="color:#000066">'''''name'' setMarkerDir ''angle'''''</h2>
|1.00|Game version=


|eff= global |Multiplayer Effects=
____________________________________________________________________________________________


'''Operand types:'''
| Sets the orientation of the marker. Angle is in degrees. |DESCRIPTION=
____________________________________________________________________________________________


'''name:''' [[String]]
| markerName '''setMarkerDir''' angle |SYNTAX=


'''angle:''' [[Number]]
|p1= markerName: [[String]] |PARAMETER1=


'''Type of returned value:'''
|p2= angle: [[Number]] |PARAMETER2=


[[Nothing]]
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>"Marker1" [[setMarkerDir]] 90;</code> |EXAMPLE1=
____________________________________________________________________________________________


'''Compatibility:'''
|[[markerDir]], [[setMarkerBrush]], [[createMarker]], [[setMarkerColor]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]] |SEEALSO=


Version 1.86 required.
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Sets the orientation of the marker. Angle is in degrees.
<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|SETMARKERDIR]]
"Marker1" '''setMarkerDir''' 90
[[Category:Scripting Commands OFP Elite |SETMARKERDIR]]
[[Category:Scripting Commands ArmA|SETMARKERDIR]]
[[Category:Command Group: Markers|SETMARKERDIR]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 16:24, 6 April 2020

-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