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 - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2")
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| tkoh |Game name=
|game1= tkoh
|version1= 1.00


|1.00|Game version=
|game2= arma3
|version2= 0.50


|gr1= GUI |GROUP1=
|gr1= GUI
____________________________________________________________________________________________


|Creates GUI background.|DESCRIPTION=
|descr=Creates GUI background.
____________________________________________________________________________________________


| [position] call [[BIS_fnc_GUIbackground]] |SYNTAX=
|s1= [position] call [[BIS_fnc_GUIbackground]]
____________________________________________________________________________________________


|p1= position: [[Array]] - In format:<br>
|p1= position: [[Array]] - in format:<br>
0: - Position in X<br>
0: - Position in X<br>
1: - Position in Y<br>
1: - Position in Y<br>
2: - Width<br>
2: - Width<br>
3: - Height|PARAMETER1=
3: - Height
____________________________________________________________________________________________


| [[Display]] |RETURNVALUE=
|r1= [[Display]]
____________________________________________________________________________________________


|x1= <code>[1,1,1,1] [[call]] [[BIS_fnc_GUIbackground]];</code> |=
|x1= <sqf>[1,1,1,1] call BIS_fnc_GUIbackground;</sqf>
____________________________________________________________________________________________


| [[GUI Coordinates]], [[allDisplays]] |SEEALSO=
|seealso= [[GUI Coordinates]] [[allDisplays]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:GUIbackground}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:GUIbackground}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:GUIbackground}}]]

Latest revision as of 16:33, 8 November 2023

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 Coordinates allDisplays

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