markerChannel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |game1= arma3dev |version1= 2.01" to " |game1= arma3 |version1= 2.02")
m (Some wiki formatting)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


|game1= arma3
|game1= arma3
|version1= 2.02
|version1= 2.02


Line 8: Line 7:


|descr= Returns the channel that a marker belongs to.
|descr= Returns the channel that a marker belongs to.
|mp=
|pr=


|s1= [[markerChannel]] marker
|s1= [[markerChannel]] marker
Line 19: Line 14:
|r1= [[Number]]
|r1= [[Number]]


|x1= <code>[[markerChannel]] "marker_1";</code>
|x1= <sqf>markerChannel "marker_1";</sqf>


|seealso= [[createMarker]]
|seealso= [[createMarker]]
}}
}}

Latest revision as of 14:58, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns the channel that a marker belongs to.
Groups:
Markers

Syntax

Syntax:
markerChannel marker
Parameters:
marker: String
Return Value:
Number

Examples

Example 1:
markerChannel "marker_1";

Additional Information

See also:
createMarker

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