BIS fnc getMarkers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |s1=[" to " |s1= [")
m (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2")
Line 12: Line 12:
|p1= markerPrefix: [[String]] - Prefix of the markers
|p1= markerPrefix: [[String]] - Prefix of the markers


|r1= [[Array]] - An array of markers
|r1= [[Array]] - an array of markers


|x1= <sqf>["BIS_marker_"] call BIS_fnc_getMarkers; // ["BIS_marker_1","BIS_marker_2",...]</sqf>
|x1= <sqf>["BIS_marker_"] call BIS_fnc_getMarkers; // ["BIS_marker_1","BIS_marker_2",...]</sqf>

Revision as of 13:40, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns markers in format PREFIX_N where PREFIX_ is the provided argument and N is an integer between 1 and 128. If there are 128 markers but marker 123 is missing, then only the first 122 marker will be returned.
Execution:
call
Groups:
Map and Markers

Syntax

Syntax:
[markerPrefix] call BIS_fnc_getMarkers
Parameters:
markerPrefix: String - Prefix of the markers
Return Value:
Array - an array of markers

Examples

Example 1:
["BIS_marker_"] call BIS_fnc_getMarkers; // ["BIS_marker_1","BIS_marker_2",...]

Additional Information

See also:
BIS_fnc_cancelMarker BIS_fnc_blinkMarker BIS_fnc_rotateMarker BIS_fnc_resizeMarker

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