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

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

List of all members.

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.

Detailed Description

Holds the arguments for the WalkTo event of GameNPC.


Property Documentation

int DOL.Events.WalkToEventArgs.Speed [get, set]

The speed to walk at.

IPoint3D DOL.Events.WalkToEventArgs.Target [get, set]

The spot to walk to.


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