C# Class Dwarrowdelf.ObjectMoveChangeData

Inheritance: ObjectChangeData
Show file Open project: tomba/dwarrowdelf

Public Properties

Property Type Description
DestinationID ObjectID
DestinationLocation IntVector3
SourceID ObjectID
SourceLocation IntVector3

Property Details

DestinationID public property

public ObjectID DestinationID
return ObjectID

DestinationLocation public property

public IntVector3 DestinationLocation
return IntVector3

SourceID public property

public ObjectID SourceID
return ObjectID

SourceLocation public property

public IntVector3 SourceLocation
return IntVector3