BIS fnc GUIbackground: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2") |
||
(35 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | |||
|game1= tkoh | |||
|version1= 1.00 | |||
| | |game2= arma3 | ||
|version2= 0.50 | |||
| | |gr1= GUI | ||
| | |descr=Creates GUI background. | ||
|s1= [position] call [[BIS_fnc_GUIbackground]] | |||
|p1= position: [[Array]] - in format:<br> | |||
0: - Position in X<br> | |||
1: - Position in Y<br> | |||
2: - Width<br> | |||
3: - Height | |||
|r1= [[Display]] | |||
|x1= <sqf>[1,1,1,1] call BIS_fnc_GUIbackground;</sqf> | |||
|seealso= [[GUI Coordinates]] [[allDisplays]] | |||
}} | }} | ||
Latest revision as of 15:33, 8 November 2023
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:
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