libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
CHR_MODEL_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 bool disableParam_NT : 1 { false };
17
21 unsigned char disableParamReserve1 : 7;
22
26 unsigned char disableParamReserve2[3];
27
31 unsigned char modelMemoryType{ 0 };
32
36 unsigned char texMemoryType{ 0 };
37
45
51 float reportAnimMemSizeMb{ 12.f };
52
53 unsigned int unk{ 0 };
54};
55
56}; // namespace paramdef
57}; // namespace from
58
59static_assert(sizeof(from::paramdef::CHR_MODEL_PARAM_ST) == 16,
60 "CHR_MODEL_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition CHR_MODEL_PARAM_ST.hpp:10
float reportAnimMemSizeMb
Report animation capacity (MB)
Definition CHR_MODEL_PARAM_ST.hpp:51
unsigned char modelMemoryType
Model used memory type.
Definition CHR_MODEL_PARAM_ST.hpp:31
bool disableParam_NT
Do you remove it from the NT version output?
Definition CHR_MODEL_PARAM_ST.hpp:16
unsigned char texMemoryType
Texture usage memory type.
Definition CHR_MODEL_PARAM_ST.hpp:36
unsigned char disableParamReserve1
Reserve for package output 1.
Definition CHR_MODEL_PARAM_ST.hpp:21
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition CHR_MODEL_PARAM_ST.hpp:26
short cameraDitherFadeId
Camera fade parameter ID.
Definition CHR_MODEL_PARAM_ST.hpp:44