BIS fnc GUIbackground: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | |Creates GUI background.|= Description | ||
____________________________________________________________________________________________ | |||
| [position] call [[BIS_fnc_GUIbackground]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= position: [[Array]] - In format:<br> | |||
0: - Position in X<br> | |||
1: - Position in Y<br> | |||
2: - Width<br> | |||
3: - Height|= Parameter 1 | |||
< | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Display]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[1,1,1,1] [[call]] [[BIS_fnc_GUIbackground]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[GUI Coordinates]], [[allDisplays]] |= See also | ||
}} | }} | ||
Revision as of 14:01, 30 May 2018
Description
- Description:
- Creates GUI background.
- Execution:
- call
- Groups:
- Uncategorised
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