BIS_fnc_gridToPos

From Bohemia Interactive Community
Revision as of 20:58, 20 May 2017 by Dedmen (talk | contribs) (1 revision imported: BIS Functions update 2/7)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*
	Author: Karel Moricky

	Description:
	Converts grid coordinates to world position.
	Correct results outside of the map area are not guaranteed.

	Parameter(s):
		0: STRING - grid returned by mapGridPosition command

	Returns:
	ARRAY in format [[gridX:Number,gridY:Number],[gridWidth:Number,gridHeight:Number]]
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

Additional Information

See also:
See also needed

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

Notes

Bottom Section