![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the TurnTo event of GameNPC. More...
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. | |
Holds the arguments for the TurnTo event of GameNPC.
| DOL.Events.TurnToEventArgs.TurnToEventArgs | ( | int | x, |
| int | y | ||
| ) |
Constructs a new TurnToEventArgs.
| x | the target x |
| y | the target y |
int DOL.Events.TurnToEventArgs.X [get] |
Gets the target X.
int DOL.Events.TurnToEventArgs.Y [get] |
Gets the target Y.