![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for UseSlot event of GamePlayer. More...
Public Member Functions | |
UseSlotEventArgs (int slot, int type) | |
Constructs new UseSlotEventArgs. | |
Properties | |
int | Slot [get] |
Gets the slot that was used. | |
int | Type [get] |
Gets the type of 'use' used (0=simple click on icon, 1=/use, 2=/use2) |
Holds the arguments for UseSlot event of GamePlayer.
DOL.Events.UseSlotEventArgs.UseSlotEventArgs | ( | int | slot, |
int | type | ||
) |
Constructs new UseSlotEventArgs.
slot | The used slot |
type | The type of 'use' used (0=simple click on icon, 1=/use, 2=/use2) |
int DOL.Events.UseSlotEventArgs.Slot [get] |
Gets the slot that was used.
int DOL.Events.UseSlotEventArgs.Type [get] |
Gets the type of 'use' used (0=simple click on icon, 1=/use, 2=/use2)