VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
ML_PlayerMovementDirection.Generated.cs File Reference

Namespaces

namespace  VoK
 
namespace  VoK.Sdk
 
namespace  VoK.Sdk.Ddo
 
namespace  VoK.Sdk.Ddo.Enums
 

Enumerations

ML_PlayerMovementDirection
enum  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection : uint {
  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection.Invalid = 0x00000000 ,
  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection.ForwardRight = 0x00000001 ,
  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection.BackRight = 0x00000002 ,
  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection.Forward = 0x00000003 ,
  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection.Right = 0x00000004 ,
  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection.BackLeft = 0x00000005 ,
  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection.Left = 0x00000006 ,
  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection.Zero = 0x00000007 ,
  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection.ForwardLeft = 0x00000008 ,
  VoK.Sdk.Ddo.Enums.ML_PlayerMovementDirection.Back = 0x00000009
}