markerType
Jump to navigation
Jump to search
Description
- Description:
- Description needed
- Groups:
- Markers
Syntax
- Syntax:
- Syntax needed
- Parameters:
- markerName: String
- Return Value:
- Return value needed
Examples
Additional Information
- See also:
- See also needed
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
- Posted on March 17, 2014
- Waffle SS.
- Using markerType is a good method to determine if a string is a valid marker name, unless the marker type isn't set.
if (markerType "mark1" != "") then {hint "valid marker"}