Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
LayoutSlot.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class LayoutSlot: AlignableSlot
13{
14 static proto float GetFillWeight(notnull Widget widget);
15 static proto LayoutSizeMode GetSizeMode(notnull Widget widget);
16 static proto void SetFillWeight(notnull Widget widget, float weight);
17 static proto void SetSizeMode(notnull Widget widget, LayoutSizeMode mode);
18}
19
LayoutSizeMode