![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Classes | |
| class | WidgetType |
| class | LineDrawCommand |
| class | TriMeshDrawCommand |
| class | CompositeDrawCommand |
| Draws all commands from internal array in order. More... | |
Typedefs | |
| typedef TypeID | WidgetType |
| typedef TypeID | EventType |
| typedef func | WidgetEventCallback |
Functions | |
| bool | WidgetEventCallback (Widget w=null) |
Variables | |
| class WidgetType | LEFT |
| class WidgetType | RIGHT |
| class WidgetType | UP |
| class WidgetType | CENTER |
| class WidgetType | TOP |
| class WidgetType | BOTTOM |
| class WidgetType | m_iColor = 0xff000000 |
| vector | m_Position |
| Only in XY, Z is ignored. | |
| string | m_sText |
| int | m_iFontPropertiesId |
| float | m_fSize = 24 |
| vector | m_Pivot |
| Only in XY, Z is ignored. | |
| float | m_fRotation |
| ref array< float > | m_Vertices |
| 2D vertices such as [x0, y0, x1, y1, ... xn, yn] | |
| float | m_fUVScale |
| ref SharedItemRef | m_pTexture |
| If null, only filled polygon is drawn. | |
| float | m_fUV [4] = {0, 0, 1, 1} |
| TopLeft.U, TopLeft.V, BottomRight.U, BottomRight.V. | |
| vector | m_Size |
| Only in XY, Z is ignored. | |
| WidgetFlags | m_iFlags = WidgetFlags.STRETCH |
| 0, STRETCH, NOWRAP | |
Definition at line 7 of file EnWidgets.c.
| typedef func WidgetEventCallback |
Definition at line 9 of file EnWidgets.c.
| typedef TypeID WidgetType |
Definition at line 6 of file EnWidgets.c.
| bool WidgetEventCallback | ( | Widget | w = null | ) |
| BOTTOM |
Definition at line 16 of file DistanceType.c.
| class WidgetType CENTER |
| class WidgetType LEFT |
| float m_fRotation |
Definition at line 86 of file EnWidgets.c.
| float m_fSize = 24 |
Definition at line 84 of file EnWidgets.c.
| float m_fUV[4] = {0, 0, 1, 1} |
TopLeft.U, TopLeft.V, BottomRight.U, BottomRight.V.
Definition at line 122 of file EnWidgets.c.
| float m_fUVScale |
Definition at line 105 of file EnWidgets.c.
| TriMeshDrawCommand m_iColor = 0xff000000 |
| WidgetFlags m_iFlags = WidgetFlags.STRETCH |
0, STRETCH, NOWRAP
Definition at line 127 of file EnWidgets.c.
| int m_iFontPropertiesId |
Definition at line 83 of file EnWidgets.c.
| vector m_Pivot |
Only in XY, Z is ignored.
Definition at line 85 of file EnWidgets.c.
| vector m_Position |
Only in XY, Z is ignored.
Definition at line 81 of file EnWidgets.c.
| ref SharedItemRef m_pTexture |
If null, only filled polygon is drawn.
Definition at line 106 of file EnWidgets.c.
| vector m_Size |
Only in XY, Z is ignored.
Definition at line 126 of file EnWidgets.c.
| string m_sText |
Definition at line 82 of file EnWidgets.c.
| ref array<float> m_Vertices |
2D vertices such as [x0, y0, x1, y1, ... xn, yn]
Definition at line 104 of file EnWidgets.c.
| class WidgetType RIGHT |
| TOP |
Definition at line 14 of file DistanceType.c.
| class WidgetType UP |