libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
BASECHR_SELECT_MENU_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 unsigned int chrInitParam{ 0 };
35
41 unsigned int originChrInitParam{ 0 };
42
49 int imageId{ 0 };
50
56 int textId{ 0 };
57
58 unsigned char reserve[12];
59};
60
61}; // namespace paramdef
62}; // namespace from
63
64static_assert(sizeof(from::paramdef::BASECHR_SELECT_MENU_PARAM_ST) == 32,
65 "BASECHR_SELECT_MENU_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition BASECHR_SELECT_MENU_PARAM_ST.hpp:10
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition BASECHR_SELECT_MENU_PARAM_ST.hpp:26
unsigned int chrInitParam
Architype ID: Base character.
Definition BASECHR_SELECT_MENU_PARAM_ST.hpp:34
unsigned char disableParamReserve1
Reserve for package output 1.
Definition BASECHR_SELECT_MENU_PARAM_ST.hpp:21
unsigned int originChrInitParam
Architype ID: Identity.
Definition BASECHR_SELECT_MENU_PARAM_ST.hpp:41
int imageId
Image ID.
Definition BASECHR_SELECT_MENU_PARAM_ST.hpp:49
bool disableParam_NT
Do you remove it from the NT version output?
Definition BASECHR_SELECT_MENU_PARAM_ST.hpp:16
int textId
Text ID.
Definition BASECHR_SELECT_MENU_PARAM_ST.hpp:56