setMarkerType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (improved parameter description)
Line 18: Line 18:
|p1= markerName: [[String]] |= Parameter 1
|p1= markerName: [[String]] |= Parameter 1


|p2= type: [[String]]. See [[cfgMarkers]]. |= Parameter 2
|p2= type: [[String]] - See [[cfgMarkers]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 22:11, 21 May 2016

Hover & click on the images for description

Description

Description:
Set marker type. See cfgMarkers for a list of standard markers.
Groups:
Uncategorised

Syntax

Syntax:
markerName setMarkerType type
Parameters:
markerName: String
type: String - See cfgMarkers
Return Value:
Nothing

Examples

Example 1:
"MarkerOne" setMarkerType "Warning";

Additional Information

See also:
cfgMarkerssetMarkerTypeLocalmarkerTypesetMarkerAlphaLocalsetMarkerBrushsetMarkerColorsetMarkerDirsetMarkerPossetMarkerShapesetMarkerSizesetMarkerTextcreateMarker

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