Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
GridSlot.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
sealed
class
GridSlot
: AlignableSlot
13
{
14
static
proto
int
GetRow(notnull
Widget
widget);
15
static
proto
int
GetColumn(notnull
Widget
widget);
16
static
proto
int
GetRowSpan(notnull
Widget
widget);
17
static
proto
int
GetColumnSpan(notnull
Widget
widget);
18
static
proto
void
SetRow(notnull
Widget
widget,
int
row);
19
static
proto
void
SetColumn(notnull
Widget
widget,
int
column);
20
static
proto
void
SetRowSpan(notnull
Widget
widget,
int
rowSpan);
21
static
proto
void
SetColumnSpan(notnull
Widget
widget,
int
columnSpan);
22
}
23
GridSlot
Definition
GridSlot.c:13
Widget
Definition
Widget.c:13
scripts
Core
generated
UI
GridSlot.c
Generated by
1.17.0