markerDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *arma1 * * *\| *([0-1]\.[0-9]{2}) * (\| *.[^a])" to "|game1= arma1 |version1= $1 |game2= arma2 |version2= 1.00 |game3= arma2oa |version3= 1.50 |game4= tkoh |version4= 1.00 |game5= arma3 |version5= 0.50 $2")
m (Text replacement - " \{\{GameCategory\|[a-z]+[0-9]?\|Scripting Commands\}\}" to "")
Line 39: Line 39:
<dt class="note">[[User:Inkompetent|Inkompetent]]</dt>
<dt class="note">[[User:Inkompetent|Inkompetent]]</dt>
<dd class="note">The direction of the marker is the same as displayed in the editor, so it can both be negative, and be 360 degrees or greater.
<dd class="note">The direction of the marker is the same as displayed in the editor, so it can both be negative, and be 360 degrees or greater.
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 23:38, 16 June 2021

Hover & click on the images for description

Description

Description:
Get marker direction.
Groups:
Markers

Syntax

Syntax:
markerDir markerName
Parameters:
markerName: String
Return Value:
Number

Examples

Example 1:
_mPos = markerDir "markerOne"

Additional Information

See also:
setMarkerDirsetMarkerDirLocal

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
Posted on April 18, 2010 - 13:44 CET
Inkompetent
The direction of the marker is the same as displayed in the editor, so it can both be negative, and be 360 degrees or greater.