BIS fnc GUIbackground: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| tkoh |Game name= | | tkoh |Game name= | ||
Line 7: | Line 6: | ||
|gr1= GUI |GROUP1= | |gr1= GUI |GROUP1= | ||
|Creates GUI background.|DESCRIPTION= | |Creates GUI background.|DESCRIPTION= | ||
| [position] call [[BIS_fnc_GUIbackground]] |SYNTAX= | | [position] call [[BIS_fnc_GUIbackground]] |SYNTAX= | ||
|p1= position: [[Array]] - In format:<br> | |p1= position: [[Array]] - In format:<br> | ||
Line 20: | Line 16: | ||
2: - Width<br> | 2: - Width<br> | ||
3: - Height|PARAMETER1= | 3: - Height|PARAMETER1= | ||
| [[Display]] |RETURNVALUE= | | [[Display]] |RETURNVALUE= | ||
|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]] |SEEALSO= | | [[GUI Coordinates]], [[allDisplays]] |SEEALSO= |
Revision as of 21:54, 16 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