BIS fnc getMarkers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|game([0-9])=(.*) \|version([0-9])=(.*) " to "|game$1=$2 |version$3=$4 ") |
Lou Montana (talk | contribs) m (Text replacement - "|=Syntax " to " ") |
||
Line 8: | Line 8: | ||
|descr= 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. | |descr= 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. | ||
|[markerPrefix] call [[BIS_fnc_getMarkers]] | |[markerPrefix] call [[BIS_fnc_getMarkers]] | ||
|p1= markerPrefix: [[String]] - Prefix of the markers | |p1= markerPrefix: [[String]] - Prefix of the markers |
Revision as of 19:24, 12 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