BIS fnc getMarkers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
||
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. | ||
|s1=[markerPrefix] call [[BIS_fnc_getMarkers]] | |s1= [markerPrefix] call [[BIS_fnc_getMarkers]] | ||
|p1= markerPrefix: [[String]] - Prefix of the markers | |p1= markerPrefix: [[String]] - Prefix of the markers |
Revision as of 23:11, 12 July 2022
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:
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