setMarkerDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
(19 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|S]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|S]]
____________________________________________________________________________________________


<new command not populated>
| arma |= Game name


|1.00|= Game version


<h2 style="color:#000066">''''' SetMarkerDir'''''</h2>
|eff= global |= Effects in MP
____________________________________________________________________________________________


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


'''Operand types:'''
| markerName '''setMarkerDir''' angle |SYNTAX=


'''Type of returned value:'''
|p1= markerName: [[String]] |PARAMETER1=


'''Compatibility:'''
|p2= angle: [[Number]] |PARAMETER2=


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


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


'''Example:'''
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETMARKERDIR]]
[[Category:Scripting Commands OFP Elite |SETMARKERDIR]]
[[Category:Scripting Commands ArmA|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