setMarkerTypeLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (move Note into main body - add Select marker)
mNo edit summary
Line 24: Line 24:
* '''"Empty"'''
* '''"Empty"'''
* '''"Select"''' (displayed in-game as "Empty")
* '''"Select"''' (displayed in-game as "Empty")
Arma V1.14 also:
* '''"AirTeam"'''
* '''"Attack"'''
* '''"Camp"'''
* '''"CommandTeam"'''
* '''"Defend"'''
* '''"Depot"'''
* '''"DestroyedVehicle"'''
* '''"FireMission"'''
* '''"Headquaters"'''
* '''"HeavyTeam"'''
* '''"InfantryTeam"'''
* '''"LightTeam"'''
* '''"Move"'''
* '''"RepairVehicle"'''
* '''"SalvageVehicle"'''
* '''"SupplyVehicle"'''
* '''"Town"'''
* '''"Vehicle"'''
|= Description
|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| markerName '''setMarkerTypeLocal''' "MarkerType" |= Syntax
| markerName '''setMarkerTypeLocal''' type |= Syntax


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


|p2= MarkerType: [[String]]. As above |= Parameter 2
|p2= type: [[String]]. As above |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 20:35, 25 January 2009

-wrong parameter ("Arma") defined!-1.04
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"
  • "Select" (displayed in-game as "Empty")
Arma V1.14 also:
  • "AirTeam"
  • "Attack"
  • "Camp"
  • "CommandTeam"
  • "Defend"
  • "Depot"
  • "DestroyedVehicle"
  • "FireMission"
  • "Headquaters"
  • "HeavyTeam"
  • "InfantryTeam"
  • "LightTeam"
  • "Move"
  • "RepairVehicle"
  • "SalvageVehicle"
  • "SupplyVehicle"
  • "Town"
  • "Vehicle"
Groups:
Uncategorised

Syntax

Syntax:
markerName setMarkerTypeLocal type
Parameters:
markerName: String
type: String. As above
Return Value:
Nothing

Examples

Example 1:
"MarkerOne" setMarkerTypeLocal "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

Posted on 24 May, 2008
Dr_Eyeball
As of ArmA v1.14, the Warfare mission also provides easy access to the following markers:
  • "FireMission"
  • "AirTeam"
  • "CommandTeam"
  • "Headquarters"
  • "HeavyTeam"
  • "InfantryTeam"
  • "LightTeam"
  • "Attack"
  • "Move"
  • "Defend"
  • "Vehicle"
  • "DestroyedVehicle"
  • "RepairVehicle"
  • "SalvageVehicle"
  • "SupplyVehicle"
  • "Town"
  • "Camp"
  • "Depot"

Bottom Section