CommonLibSSE NG
Loading...
Searching...
No Matches
hkpConstraintInfo.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
6 {
7 std::int32_t maxSizeOfSchema; // 00
8 std::int32_t sizeOfSchemas; // 04
9 std::int32_t numSolverResults; // 08
10 std::int32_t numSolverElemTemps; // 0C
11 };
12 static_assert(sizeof(hkpConstraintInfo) == 0x10);
13}
Definition AbsorbEffect.h:6
Definition hkpConstraintInfo.h:6
std::int32_t numSolverElemTemps
Definition hkpConstraintInfo.h:10
std::int32_t sizeOfSchemas
Definition hkpConstraintInfo.h:8
std::int32_t numSolverResults
Definition hkpConstraintInfo.h:9
std::int32_t maxSizeOfSchema
Definition hkpConstraintInfo.h:7