|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
An object from client_general with IDs in the range of 0x04000000 - 0x04FFFFF, corresponding to Setup here: Ddo.ObjectType.Setup This object is consistent between DDO and LOTRO. usage: new Setup(...) - will add a static method loader in the future. More...
Public Member Functions | |
| Setup (BinaryReader reader, IPropertyMaster propertyMaster) | |
Static Public Member Functions | |
| static Setup | Load (IDatFile clientGeneral, uint id, IPropertyMaster propertyMaster) |
| Loads the setup from the provided clientGeneral dat file. More... | |
Properties | |
| uint | Id [get] |
| HavokSetup | HavokSetup [get] |
| Dictionary< int, int > | Bones [get] |
| Dictionary< int, HoldingLocation > | HoldingLocations [get] |
| List< TypedTransform > | SnapPoints [get] |
| Dictionary< int, TypedTransform > | OrientationFrames [get] |
| List< OBoundingBox > | OBoundingBoxes [get] |
| List< Sphere > | Spheres [get] |
| List< Capsule > | Capsules [get] |
| uint | PhysicsMeshId [get] |
| BoundingBox | BoundingBox [get] |
| uint | UnknownInt1 [get] |
| uint | UnknownInt2 [get] |
| List< float > | ExtraUnknownFloats [get] |
| float | Height [get] |
| float | Radius [get] |
| List< uint > | RenderMeshIds [get] |
An object from client_general with IDs in the range of 0x04000000 - 0x04FFFFF, corresponding to Setup here: Ddo.ObjectType.Setup This object is consistent between DDO and LOTRO. usage: new Setup(...) - will add a static method loader in the future.