setMarkerColorLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (<pre> to <code> + "see also" + calmed Desc. >> is there a good reason for the colour list not matching that in setMarkerColor? <<)
Line 10: Line 10:


| Set marker color. Color is one of:  
| Set marker color. Color is one of:  
* '''"Default"'''
* "Default"
* '''"ColorBlack"'''
* "ColorBlack"
* '''"ColorRed"'''
* "ColorRed"
* '''"ColorRedAlpha"'''
* "ColorRedAlpha"
* '''"ColorGreen"'''
* "ColorGreen"
* '''"ColorGreenAlpha"'''
* "ColorGreenAlpha"
* '''"ColorBlue"'''
* "ColorBlue"
* '''"ColorYellow"'''
* "ColorYellow"
* '''"ColorOrange"''' (Arma 2 only)
* "ColorOrange" (Arma 2 only)
* '''"ColorWhite"'''
* "ColorWhite" |= Description
|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 32: Line 31:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>"MarkerOne" setMarkerColorLocal "ColorBlack"</pre> |= Example 1
|x1= <code>"MarkerOne" [[setMarkerColorLocal]] "ColorBlack";</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setMarkerColor]] |= See also
| [[setMarkerAlpha]], [[setMarkerAlphaLocal]], [[setMarkerBrush]], [[setMarkerBrushLocal]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerDirLocal]], [[setMarkerPos]], [[setMarkerPosLocal]], [[setMarkerShape]], [[setMarkerShapeLocal]], [[setMarkerSize]], [[setMarkerSizeLocal]], [[setMarkerText]], [[setMarkerTextLocal]], [[setMarkerType]], [[setMarkerTypeLocal]] |= See also


}}
}}

Revision as of 07:58, 11 April 2014

-wrong parameter ("Arma") defined!-1.04
Hover & click on the images for description

Description

Description:
Set marker color. Color is one of:
  • "Default"
  • "ColorBlack"
  • "ColorRed"
  • "ColorRedAlpha"
  • "ColorGreen"
  • "ColorGreenAlpha"
  • "ColorBlue"
  • "ColorYellow"
  • "ColorOrange" (Arma 2 only)
  • "ColorWhite"
Groups:
Uncategorised

Syntax

Syntax:
markerName setMarkerColorLocal color
Parameters:
markerName: String
color: String
Return Value:
Nothing

Examples

Example 1:
"MarkerOne" setMarkerColorLocal "ColorBlack";

Additional Information

See also:
setMarkerAlphasetMarkerAlphaLocalsetMarkerBrushsetMarkerBrushLocalsetMarkerColorsetMarkerDirsetMarkerDirLocalsetMarkerPossetMarkerPosLocalsetMarkerShapesetMarkerShapeLocalsetMarkerSizesetMarkerSizeLocalsetMarkerTextsetMarkerTextLocalsetMarkerTypesetMarkerTypeLocal

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