markerPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|MARKERPOS]]
[[Category:Scripting Commands ArmA|MARKERPOS]]


{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">'''markerPos ''markerName'''''</h2>
| ofpr |= Game name


|1.5|= Game version
____________________________________________________________________________________________


'''Operand types:'''
| Get marker positon [x,z,y]. Note: This function is identical to [[getMarkerPos]]. |= Description
____________________________________________________________________________________________


'''markerName:''' [[String]]
| '''markerPos''' markerName |= Syntax


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


[[Array]]
| [[Array]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_mPos = markerPos "markerOne"</pre> |= Example 1
____________________________________________________________________________________________


'''Compatibility:'''
|  |= See also


Added in version '''1.50'''
}}


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


Get marker positon '''''[x,z,y]'''''.
<!-- Note Section END -->
</dl>


'''Note:''' This function is identical to [[getMarkerPos]].
<h3 style="display:none">Bottom Section</h3>
 
 
'''Example:'''
 
_mPos = '''markerPos''' "markerOne"

Revision as of 00:42, 2 August 2006


Hover & click on the images for description

Description

Description:
Get marker positon [x,z,y]. Note: This function is identical to getMarkerPos.
Groups:
Uncategorised

Syntax

Syntax:
markerPos markerName
Parameters:
markerName: String
Return Value:
Array

Examples

Example 1:
_mPos = markerPos "markerOne"

Additional Information

See also:
See also needed

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