BIS fnc getMarkers: Difference between revisions
Jump to navigation
Jump to search
(corrected description and example) |
Lou Montana (talk | contribs) m (Text replacement - "\|game([0-9])=(.*) \|version([0-9])=(.*) " to "|game$1=$2 |version$3=$4 ") |
||
Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.78 | |version1= 1.78 | ||
Revision as of 20:00, 9 June 2021
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:
- Syntax needed
- 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
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