markerDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[cC]ategory:[sS]cripting [cC]ommands\|[a-z A-Z 0-9_]+\]\]" to "")
m (Text replacement - ">Posted on April ([0-9]{2})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-04-$1")
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma1
|game1= arma1
|1.04
|version1= 1.04


|gr1 = Markers
|game2= arma2
|version2= 1.00
 
|game3= arma2oa
|version3= 1.50
 
|game4= tkoh
|version4= 1.00
 
|game5= arma3
|version5= 0.50
 
|gr1= Markers


|arg= global
|arg= global


| Get marker direction.
|descr= Get marker direction.


| [[Number]] <nowiki>=</nowiki> '''markerDir''' markerName
|s1= [[markerDir]] markerName


|p1= markerName: [[String]]
|p1= markerName: [[String]]


| [[Number]]
|r1= [[Number]]
 
|x1= <code>_mPos = '''markerDir''' "markerOne"</code>


| [[setMarkerDir]], [[setMarkerDirLocal]]
|x1= <sqf>_mPos = markerDir "markerOne";</sqf>
 
|seealso= [[setMarkerDir]] [[setMarkerDirLocal]]
}}
}}


<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on April 18, 2010 - 13:44 CET</dd>
<dt class="note">[[User:Inkompetent|Inkompetent]]<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.
<!-- Note Section END -->


{{GameCategory|arma1|Scripting Commands}}
<dt></dt>
{{GameCategory|arma2|Scripting Commands}}
<dd class="notedate">Posted on 2010-04-18 - 13:44 CET</dd>
{{GameCategory|arma3|Scripting Commands}}
<dt class="note">[[User:Inkompetent|Inkompetent]]</dt>
{{GameCategory|tkoh|Scripting Commands}}
<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.

Latest revision as of 00:07, 14 May 2023

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:
setMarkerDir setMarkerDirLocal

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 2010-04-18 - 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.