Event Window Widget Click, when a user clicks on a highlighted widget. More...
#include <script_event_types.hpp>
Public Member Functions | |
ScriptEventWindowWidgetClick (ScriptWindow::WindowClass window, uint32 number, uint8 widget) | |
ScriptWindow::WindowClass | GetWindowClass () |
Get the class of the window that was clicked. | |
uint32 | GetWindowNumber () |
Get the number of the window that was clicked. | |
uint8 | GetWidgetNumber () |
Get the number of the widget that was clicked. | |
Static Public Member Functions | |
static ScriptEventWindowWidgetClick * | Convert (ScriptEvent *instance) |
Convert an ScriptEvent to the real instance. | |
Private Attributes | |
ScriptWindow::WindowClass | window |
Window of the click. | |
uint32 | number |
Number of the click. | |
uint8 | widget |
Widget of the click. |
Event Window Widget Click, when a user clicks on a highlighted widget.
game
Definition at line 893 of file script_event_types.hpp.
ScriptEventWindowWidgetClick::ScriptEventWindowWidgetClick | ( | ScriptWindow::WindowClass | window, | |
uint32 | number, | |||
uint8 | widget | |||
) | [inline] |
window | The windowclass that was clicked. | |
number | The windownumber that was clicked. | |
widget | The widget in the window that was clicked. |
Definition at line 900 of file script_event_types.hpp.
static ScriptEventWindowWidgetClick* ScriptEventWindowWidgetClick::Convert | ( | ScriptEvent * | instance | ) | [inline, static] |
Convert an ScriptEvent to the real instance.
instance | The instance to convert. |
Definition at line 912 of file script_event_types.hpp.