markerType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
[[Category:Scripting Commands OFP 1.96|MARKERTYPE]]
[[Category:Scripting Commands OFP 1.96|MARKERTYPE]]
[[Category:Scripting Commands ArmA|MARKERTYPE]]
[[Category:Scripting Commands ArmA|MARKERTYPE]]
{{Command|= Comments
____________________________________________________________________________________________


| ofpr |= Game name


<h2 style="color:#000066">'''markerType ''markerName'''''</h2>
|1.5|= Game version
____________________________________________________________________________________________


| Get type of marker. Note: This function is identical to [[getMarkerType]]. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''markerType''' markerName |= Syntax


'''markerName:''' [[String]]
|p1= markerName: [[String]] |= Parameter 1


'''Type of returned value:'''
| [[String]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>? markerType "MarkerOne" [[==]] "Dot" : "MarkerOne" [[setMarkerType]] "Arrow"</pre> |= Example 1
____________________________________________________________________________________________


[[String]]
|  |= See also


'''Compatibility:'''
}}


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


'''Description:'''
<!-- Note Section END -->
</dl>


Get type of marker.
<h3 style="display:none">Bottom Section</h3>
 
'''Note:''' This function is identical to [[getMarkerType]].
 
 
'''Example:'''
 
? '''markerType''' "MarkerOne" [[ a == b | ==]] "Dot" : "MarkerOne" [[setMarkerType]] "Arrow"

Revision as of 00:41, 2 August 2006


Hover & click on the images for description

Description

Description:
Get type of marker. Note: This function is identical to getMarkerType.
Groups:
Uncategorised

Syntax

Syntax:
markerType markerName
Parameters:
markerName: String
Return Value:
String

Examples

Example 1:
? markerType "MarkerOne" [[==]] "Dot" : "MarkerOne" [[setMarkerType]] "Arrow"

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