libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
GPARAM_REF_SETTINGS_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
34 int RefTargetMapId{ -1 };
35
36 unsigned char Reserve[24];
37};
38
39}; // namespace paramdef
40}; // namespace from
41
42static_assert(sizeof(from::paramdef::GPARAM_REF_SETTINGS_PARAM_ST) == 32,
43 "GPARAM_REF_SETTINGS_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition GPARAM_REF_SETTINGS_PARAM_ST.hpp:10
int RefTargetMapId
Referenced map ID.
Definition GPARAM_REF_SETTINGS_PARAM_ST.hpp:34
bool disableParam_NT
Do you remove it from the NT version output?
Definition GPARAM_REF_SETTINGS_PARAM_ST.hpp:16
unsigned char disableParamReserve1
Reserve for package output 1.
Definition GPARAM_REF_SETTINGS_PARAM_ST.hpp:21
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition GPARAM_REF_SETTINGS_PARAM_ST.hpp:26