BIS fnc GUIbackground: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| tkoh | | tkoh | ||
|1.00 | |1.00 | ||
|gr1= GUI | |gr1= GUI | ||
|Creates GUI background. | |Creates GUI background. | ||
| [position] call [[BIS_fnc_GUIbackground]] | | [position] call [[BIS_fnc_GUIbackground]] | ||
|p1= position: [[Array]] - In format:<br> | |p1= position: [[Array]] - In format:<br> | ||
Line 15: | Line 15: | ||
1: - Position in Y<br> | 1: - Position in Y<br> | ||
2: - Width<br> | 2: - Width<br> | ||
3: - Height | 3: - Height | ||
| [[Display]] | | [[Display]] | ||
|x1= <code>[1,1,1,1] [[call]] [[BIS_fnc_GUIbackground]];</code> | |x1= <code>[1,1,1,1] [[call]] [[BIS_fnc_GUIbackground]];</code> | ||
| [[GUI Coordinates]], [[allDisplays]] | | [[GUI Coordinates]], [[allDisplays]] | ||
}} | }} | ||
Revision as of 22:22, 17 January 2021
Description
Syntax
- Syntax:
- [position] call BIS_fnc_GUIbackground
- Parameters:
- position: Array - In format:
0: - Position in X
1: - Position in Y
2: - Width
3: - Height - Return Value:
- Display
Examples
- Example 1:
[1,1,1,1] call BIS_fnc_GUIbackground;
Additional Information
- See also:
- GUI CoordinatesallDisplays
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