setMarkerTypeLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Add Warfare markers as reference)
Line 49: Line 49:
<dt class="note">'''[[User:Dr_Eyeball|Dr_Eyeball]]'''</dt><dd class="note">
<dt class="note">'''[[User:Dr_Eyeball|Dr_Eyeball]]'''</dt><dd class="note">
Add '''"Select"''' to list of markers above. See [[setMarkerType]].
Add '''"Select"''' to list of markers above. See [[setMarkerType]].
</dd>
<dd class="notedate">Posted on 24 May, 2008</dd>
<dt class="note">'''[[User:Dr_Eyeball|Dr_Eyeball]]'''</dt><dd class="note">
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"
</dd>
</dd>



Revision as of 04:06, 24 May 2008

-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"
Groups:
Uncategorised

Syntax

Syntax:
markerName setMarkerTypeLocal "MarkerType"
Parameters:
markerName: String
MarkerType: 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 16 Mar, 2008
Dr_Eyeball
Add "Select" to list of markers above. See setMarkerType.
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