BIS fnc GUIgrid: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Function " to "{{RV|type=function ")
m (Text replacement - " <nowiki>[</nowiki>[" to " [<nowiki/>[")
Line 15: Line 15:
|p2= grid: [[String]] - (Optional, default "GRID") Grid name
|p2= grid: [[String]] - (Optional, default "GRID") Grid name


|r1= [[Array]] - In format <nowiki>[</nowiki>[x,y,w,h],gridW,gridH]
|r1= [[Array]] - In format [<nowiki/>[x,y,w,h],gridW,gridH]


|x1= <code>[[call]] [[BIS_fnc_GUIgrid]]; //[-0.452381,0.214286,1.2,1]</code>
|x1= <code>[[call]] [[BIS_fnc_GUIgrid]]; //[-0.452381,0.214286,1.2,1]</code>

Revision as of 21:12, 29 January 2021

Hover & click on the images for description

Description

Description:
Returns grid params and stores it into uiNamespace.
Execution:
call
Groups:
GUI

Syntax

Syntax:
[category, grid] call BIS_fnc_GUIgrid
Parameters:
category: String - (Optional, default "GUI") Category name
grid: String - (Optional, default "GRID") Grid name
Return Value:
Array - In format [[x,y,w,h],gridW,gridH]

Examples

Example 1:
call BIS_fnc_GUIgrid; //[-0.452381,0.214286,1.2,1]

Additional Information

See also:
BIS_fnc_GUIgridToProfile

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