Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
FrameSlot.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class FrameSlot
13{
14 private void FrameSlot();
15 private void ~FrameSlot();
16
17 static proto void GetOffsets(notnull Widget widget, out float left, out float top, out float right, out float bottom);
18 static proto float GetPosX(notnull Widget widget);
19 static proto vector GetPos(notnull Widget widget);
20 static proto float GetPosY(notnull Widget widget);
21 static proto vector GetSize(notnull Widget widget);
22 static proto float GetSizeX(notnull Widget widget);
23 static proto float GetSizeY(notnull Widget widget);
24 static proto vector GetAnchorMin(notnull Widget widget);
25 static proto vector GetAnchorMax(notnull Widget widget);
26 static proto vector GetAlignment(notnull Widget widget);
27 static proto bool IsSizeToContent(notnull Widget widget);
28 static proto void SetOffsets(notnull Widget widget, float left, float top, float right, float bottom);
29 static proto void SetPos(notnull Widget widget, float x, float y);
30 static proto void SetPosX(notnull Widget widget, float x);
31 static proto void SetPosY(notnull Widget widget, float y);
32 static proto void SetSize(notnull Widget widget, float x, float y);
33 static proto void SetSizeX(notnull Widget widget, float x);
34 static proto void SetSizeY(notnull Widget widget, float y);
36 static proto void SetAnchor(notnull Widget widget, float x, float y);
37 static proto void SetAnchorMin(notnull Widget widget, float x, float y);
38 static proto void SetAnchorMax(notnull Widget widget, float x, float y);
39 static proto void SetAlignment(notnull Widget widget, float x, float y);
40 static proto void SetSizeToContent(notnull Widget widget, bool isSizeToContent);
47 static proto void Move(notnull Widget widget, float xOffset, float yOffset);
48}
49