BIS fnc GUIgrid: 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 - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )C([a-z])" to "$1c$3") |
||
Line 13: | Line 13: | ||
|s1= [category, grid] call [[BIS_fnc_GUIgrid]] | |s1= [category, grid] call [[BIS_fnc_GUIgrid]] | ||
|p1= category: [[String]] - (Optional, default "GUI") | |p1= category: [[String]] - (Optional, default "GUI") category name | ||
|p2= grid: [[String]] - (Optional, default "GRID") Grid name | |p2= grid: [[String]] - (Optional, default "GRID") Grid name |
Revision as of 12:22, 8 November 2023
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:
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