VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
VoK.Sdk.Common.AppearanceTable Class Reference

An object from client_general with IDs in the range of 0x20000000 - 0x20FFFFFF. these are typically alterations to a standard model based on customizable appearance. This is commonly used for model-level alterations to a face. For example, the tines on a Dragonborn or the tusks on a Half-Orc. Should be serialized with Newtonsoft for output purposes. More...

Static Public Member Functions

static AppearanceTable Load (IDatFile clientGeneral, uint id)
 Loads an AppearanceTable from the provided client_general dat file. Does not cache. More...
 

Properties

uint Did [get]
 
IReadOnlyDictionary< int, AppearanceModModifications [get]
 
IReadOnlyDictionary< int, int > HashMap [get]
 

Detailed Description

An object from client_general with IDs in the range of 0x20000000 - 0x20FFFFFF. these are typically alterations to a standard model based on customizable appearance. This is commonly used for model-level alterations to a face. For example, the tines on a Dragonborn or the tusks on a Half-Orc. Should be serialized with Newtonsoft for output purposes.


The documentation for this class was generated from the following file: