BIS fnc gridToPos: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=") |
||
Line 15: | Line 15: | ||
|p1= gridPosition: [[String]] - (Optional, default {{ic|[[mapGridPosition]] [[position]] [[cameraOn]]}}) accepts both "024577" or "De82" format | |p1= gridPosition: [[String]] - (Optional, default {{ic|[[mapGridPosition]] [[position]] [[cameraOn]]}}) accepts both "024577" or "De82" format | ||
| [[Array]] - to format [<nowiki/>[gridX, gridY], [gridWidth, gridHeight]] (all of [[Number]] type) | |r1=[[Array]] - to format [<nowiki/>[gridX, gridY], [gridWidth, gridHeight]] (all of [[Number]] type) | ||
|x1= <code>_realPosition = "183221" [[call]] [[BIS_fnc_gridToPos]];</code> | |x1= <code>_realPosition = "183221" [[call]] [[BIS_fnc_gridToPos]];</code> |
Revision as of 20:27, 10 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Positions
Syntax
- Syntax:
- Syntax needed
- Parameters:
- gridPosition: String - (Optional, default
mapGridPosition position cameraOn
) accepts both "024577" or "De82" format - Return Value:
- Array - to format [[gridX, gridY], [gridWidth, gridHeight]] (all of Number type)
Examples
- Example 1:
_realPosition = "183221" call BIS_fnc_gridToPos;
- Example 2:
_realPosition = "He11" call BIS_fnc_gridToPos;
Additional Information
- See also:
- mapGridPosition
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