| VoK.Sdk
    Doxygen generated documentation for the Dungeon Helper SDK | 
| Static Public Member Functions | |
| static string | GetProcessFolder (this Process process) | 
| static string | GetProcessName (this GameId game) | 
| static ushort | ReadPackedUShort (this BinaryReader reader) | 
| static ushort | ReadPackedUShort (this BinaryReader reader, out byte bytesRead) | 
| static int | ReadPackedInt (this BinaryReader reader) | 
| static uint | ReadPackedUInt (this BinaryReader reader) | 
| static uint | ReadPackedUInt (this BinaryReader reader, out byte bytesRead) | 
| static uint | ReadPackedPropertyID (this BinaryReader reader) | 
| static uint | ReadPackedEnumMapper (this BinaryReader reader) | 
| static ushort | ReadNetworkUInt16 (this BinaryReader reader) | 
| static uint | ReadNetworkUInt32 (this BinaryReader reader) | 
| static ulong | ReadNetworkUInt64 (this BinaryReader reader) | 
| static string | ReadUnicodeString (this BinaryReader reader, int stringLen) | 
| static Vector3 | ReadVector (this BinaryReader reader) | 
| static Quaternion | ReadDatQuaternion (this BinaryReader reader) | 
| static Quaternion | ReadQuaternion (this BinaryReader reader) | 
| static List< int > | IndexOfSequence (byte[] buffer, byte[] pattern, int startIndex=0) | 
| static byte[] | ReadToEnd (this BinaryReader reader) | 
| static string | ReadDatString (this BinaryReader reader) | 
| static string | ReadWslString (this BinaryReader reader) | 
| static bool | AtEnd (this BinaryReader reader) | 
| static uint | ToUInt32 (this IntPtr intPtr) | 
| static T | GetAttributeOfType< T > (this Enum enumVal) | 
| static T | GetAttributeOfType< T, T2 > () | 
| static string | FixName (string input) | 
| static bool | IsNumeric (string input) | 
| static double | GetHeadingDegrees (this Quaternion quaternion) | 
| gets the DDO heading equivalent for the quaternion. North = 0 | 360, increasing clockwise.  More... | |
| static double | GetHeadingRadians (this Quaternion quaternion) | 
| gets the DDO heading equivalent for the quaternion. North = 0 | 2*Pi, increasing clockwise.  More... | |
| Static Public Attributes | |
| static TextInfo | TextInfo = new CultureInfo("en-US", false).TextInfo |