markerDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (global args)
m (Text replacement - ">Posted on April ([0-9]{2})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-04-$1")
 
(48 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|1.04|= Game version
|version1= 1.04
|arg= global|= Arguments in MP
____________________________________________________________________________________________


| Get marker direction. |= Description
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


| [[Number]] <nowiki>=</nowiki> '''markerDir''' markerName |= Syntax
|game3= arma2oa
|version3= 1.50


|p1= markerName: [[String]] |= Parameter 1
|game4= tkoh
|version4= 1.00


| [[Number]] |= Return value
|game5= arma3
____________________________________________________________________________________________
|version5= 0.50
 
|x1= <code>_mPos = '''markerDir''' "markerOne"</code> |= Example 1
____________________________________________________________________________________________


| [[setMarkerDir]], [[setMarkerDirLocal]] |= See also
|gr1= Markers


|arg= global
|descr= Get marker direction.
|s1= [[markerDir]] markerName
|p1= markerName: [[String]]
|r1= [[Number]]
|x1= <sqf>_mPos = markerDir "markerOne";</sqf>
|seealso= [[setMarkerDir]] [[setMarkerDirLocal]]
}}
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on April 18, 2010 - 13:44 CET
<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 -->
<h3 style="display:none">Bottom Section</h3>


[[Category:Scripting Commands|MARKERDIR]]
<dt></dt>
[[Category:Scripting Commands ArmA|MARKERDIR]]
<dd class="notedate">Posted on 2010-04-18 - 13:44 CET</dd>
[[Category:Command Group: Markers|MARKERDIR]]
<dt class="note">[[User:Inkompetent|Inkompetent]]</dt>
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
<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.
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

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.