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

Holds the arguments for the MoveTo event of GameObjects. More...

List of all members.

Public Member Functions

 MoveToEventArgs (ushort regionId, int x, int y, int z, ushort heading)
 Constructs new MoveToEventArgs.

Properties

ushort RegionId [get]
 Gets the target RegionID.
int X [get]
 Gets the target x.
int Y [get]
 Gets the target y.
int Z [get]
 Gets the target z.
ushort Heading [get]
 Gets the target heading.

Detailed Description

Holds the arguments for the MoveTo event of GameObjects.


Constructor & Destructor Documentation

DOL.Events.MoveToEventArgs.MoveToEventArgs ( ushort  regionId,
int  x,
int  y,
int  z,
ushort  heading 
)

Constructs new MoveToEventArgs.

Parameters:
regionIdthe target regionid
xthe target x
ythe target y
zthe target z
headingthe target heading

Property Documentation

ushort DOL.Events.MoveToEventArgs.Heading [get]

Gets the target heading.

ushort DOL.Events.MoveToEventArgs.RegionId [get]

Gets the target RegionID.

int DOL.Events.MoveToEventArgs.X [get]

Gets the target x.

int DOL.Events.MoveToEventArgs.Y [get]

Gets the target y.

int DOL.Events.MoveToEventArgs.Z [get]

Gets the target z.


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