![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the WalkTo event of GameNPC. More...
Public Member Functions | |
WalkToEventArgs (IPoint3D target, int speed) | |
Properties | |
IPoint3D | Target [get, set] |
The spot to walk to. | |
int | Speed [get, set] |
The speed to walk at. |
Holds the arguments for the WalkTo event of GameNPC.
int DOL.Events.WalkToEventArgs.Speed [get, set] |
The speed to walk at.
IPoint3D DOL.Events.WalkToEventArgs.Target [get, set] |
The spot to walk to.