setMarkerType
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Set marker type. Type may be any of:
- "Flag"
- "Flag1"
- "Dot"
- "Destroy"
- "Start"
- "End"
- "Warning"
- "Join"
- "Pickup"
- "Unknown"
- "Marker"
- "Arrow"
- "Empty"
- "Empty"("Select")
Syntax
- Syntax:
- "markerName" setMarkerType "MarkerType"
- Parameters:
- markerName: String
- MarkerType: String. As above
- Return Value:
- Nothing
Examples
- Example 1:
"MarkerOne" setMarkerType "Warning"
Additional Information
- Multiplayer:
- Behaviour unknown.

