BIS fnc GUIbackground: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\|= " to " ")
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|Comments=
{{Function


| tkoh |Game name=
| tkoh


|1.00|Game version=
|1.00


|gr1= GUI |GROUP1=
|gr1= GUI


|Creates GUI background.|DESCRIPTION=
|Creates GUI background.


| [position] call [[BIS_fnc_GUIbackground]] |SYNTAX=
| [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|PARAMETER1=
3: - Height


| [[Display]] |RETURNVALUE=
| [[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]] |SEEALSO=
| [[GUI Coordinates]], [[allDisplays]]
}}
}}



Revision as of 23:22, 17 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


Bottom Section