setMarkerColor: Difference between revisions
Jump to navigation
Jump to search
AgentRev01 (talk | contribs) m (Specified alpha colors are only in Arma 2) |
Fred Gandt (talk | contribs) m (<pre> to <code> + calmed Desc.) |
||
Line 8: | Line 8: | ||
| Set marker color. Color is one of: | | Set marker color. Color is one of: | ||
* | * "Default" | ||
* | * "ColorBlack" | ||
* | * "ColorGrey" | ||
* | * "ColorRed" | ||
* | * "ColorRedAlpha" (Arma 2 only) | ||
* | * "ColorGreen" | ||
* | * "ColorGreenAlpha" (Arma 2 only) | ||
* | * "ColorBlue" | ||
* | * "ColorYellow" | ||
* | * "ColorOrange" | ||
* | * "ColorWhite" | ||
* | * "ColorPink" | ||
* | * "ColorBrown" | ||
* | * "ColorKhaki" | ||
* | * "ColorWEST" | ||
* | * "ColorEAST" | ||
* | * "ColorGUER" | ||
* | * "ColorCIV" | ||
* | * "ColorUNKNOWN" | ||
* | * "Color1_FD_F" (Light red) | ||
* | * "Color2_FD_F" (Light khaki) | ||
* | * "Color3_FD_F" (Light orange) | ||
* | * "Color4_FD_F" (Light blue) |= Description | ||
|= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 43: | Line 42: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= < | |x1= <code>"MarkerOne" [[setMarkerColor]] "ColorBlack";</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|[[setMarkerBrush]], [[createMarker]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]] | |[[setMarkerBrush]], [[createMarker]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]] |= See also | ||
|= See also | |||
}} | }} |
Revision as of 06:53, 11 April 2014
Description
- Description:
- Set marker color. Color is one of:
- "Default"
- "ColorBlack"
- "ColorGrey"
- "ColorRed"
- "ColorRedAlpha" (Arma 2 only)
- "ColorGreen"
- "ColorGreenAlpha" (Arma 2 only)
- "ColorBlue"
- "ColorYellow"
- "ColorOrange"
- "ColorWhite"
- "ColorPink"
- "ColorBrown"
- "ColorKhaki"
- "ColorWEST"
- "ColorEAST"
- "ColorGUER"
- "ColorCIV"
- "ColorUNKNOWN"
- "Color1_FD_F" (Light red)
- "Color2_FD_F" (Light khaki)
- "Color3_FD_F" (Light orange)
- "Color4_FD_F" (Light blue)
- Groups:
- Uncategorised
Syntax
- Syntax:
- markerName setMarkerColor color
- Parameters:
- markerName: String
- color: String
- Return Value:
- Nothing
Examples
- Example 1:
"MarkerOne" setMarkerColor "ColorBlack";
Additional Information
- See also:
- setMarkerBrushcreateMarkersetMarkerDirsetMarkerPossetMarkerShapesetMarkerSizesetMarkerTextsetMarkerTypesetMarkerAlpha
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.21
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Markers
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters