Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.Events.UseSlotEventArgs Class Reference

Holds the arguments for UseSlot event of GamePlayer. More...

List of all members.

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)

Detailed Description

Holds the arguments for UseSlot event of GamePlayer.


Constructor & Destructor Documentation

DOL.Events.UseSlotEventArgs.UseSlotEventArgs ( int  slot,
int  type 
)

Constructs new UseSlotEventArgs.

Parameters:
slotThe used slot
typeThe type of 'use' used (0=simple click on icon, 1=/use, 2=/use2)

Property Documentation

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)


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events