setMarkerColor
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.21
Description
- Description:
- Set marker color. Color is one of:
- "Default"
- "ColorBlack"
- "ColorRed"
- "ColorRedAlpha"
- "ColorGreen"
- "ColorGreenAlpha"
- "ColorBlue"
- "ColorYellow"
- "ColorOrange"
- "ColorWhite"
- "ColorPink"
- "ColorBrown"
- "ColorKhaki"
Syntax
- Syntax:
- markerName setMarkerColor color
- Parameters:
- markerName: String
- color: String
- Return Value:
- Nothing
Examples
- Example 1:
"MarkerOne" setMarkerColor "ColorBlack"
Additional Information
- Multiplayer:
- -
- See also:
- setMarkerBrush, createMarker, setMarkerDir, setMarkerPos, setMarkerShape, setMarkerSize, setMarkerText, setMarkerType, setMarkerAlpha
Notes
Notes