setMarkerType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETMARKERTYPE]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|SETMARKERTYPE]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|SETMARKERTYPE]]
[[Category:Scripting Commands ArmA|SETMARKERTYPE]]
 
 
<h2 style="color:#000066">'''''markerName'' setMarkerType ''markertype'''''</h2>
 
 
'''Operand types:'''
 
'''markerName:''' [[String]]
 
'''markertype:''' [[String]]


'''Type of returned value:'''
| ofp |= Game name


[[Nothing]]
|1.00|= Game version
 
____________________________________________________________________________________________
'''Description:'''
 
Set '''marker''' type.
 
'''Type''' may be any of:


| Set marker type. Type may be any of:
* '''"Flag"'''
* '''"Flag"'''
* '''"Flag1"'''
* '''"Flag1"'''
Line 37: Line 21:
* '''"Arrow"'''
* '''"Arrow"'''
* '''"Empty"'''
* '''"Empty"'''
|= Description
____________________________________________________________________________________________
| markerName '''setMarkerType''' markertype |= Syntax
|p1= markerName: [[String]] |= Parameter 1
|p2= markertype: [[String]] |= Parameter 2


| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>"MarkerOne" setMarkerType "Warning"</pre> |= Example 1
____________________________________________________________________________________________


'''Example:'''
|  |= See also


"MarkerOne" '''setMarkerType''' '''"Warning"'''
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETMARKERTYPE]]
[[Category:Scripting Commands OFP 1.96|SETMARKERTYPE]]
[[Category:Scripting Commands OFP 1.46|SETMARKERTYPE]]
[[Category:Scripting Commands ArmA|SETMARKERTYPE]]

Revision as of 00:23, 2 August 2006

Hover & click on the images for description

Description

Description:
Set marker type. Type may be any of:
  • "Flag"
  • "Flag1"
  • "Dot"
  • "Destroy"
  • "Start"
  • "End"
  • "Warning"
  • "Join"
  • "Pickup"
  • "Unknown"
  • "Marker"
  • "Arrow"
  • "Empty"
Groups:
Uncategorised

Syntax

Syntax:
markerName setMarkerType markertype
Parameters:
markerName: String
markertype: String
Return Value:
Nothing

Examples

Example 1:
"MarkerOne" setMarkerType "Warning"

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