BIS fnc GUIbackground: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
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 22:54, 16 January 2021

Hover & click on the images for description

Description

Description:
Creates GUI background.
Execution:
call
Groups:
GUI

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

Notes

Bottom Section