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

Holds the arguments for the TurnTo event of GameNPC. More...

List of all members.

Public Member Functions

 TurnToEventArgs (int x, int y)
 Constructs a new TurnToEventArgs.

Properties

int X [get]
 Gets the target X.
int Y [get]
 Gets the target Y.

Detailed Description

Holds the arguments for the TurnTo event of GameNPC.


Constructor & Destructor Documentation

DOL.Events.TurnToEventArgs.TurnToEventArgs ( int  x,
int  y 
)

Constructs a new TurnToEventArgs.

Parameters:
xthe target x
ythe target y

Property Documentation

int DOL.Events.TurnToEventArgs.X [get]

Gets the target X.

int DOL.Events.TurnToEventArgs.Y [get]

Gets the target Y.


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