libER
0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
include
param
paramdef
BASECHR_SELECT_MENU_PARAM_ST.hpp
1
/* This file was automatically generated from XML paramdefs. */
2
#pragma once
3
4
namespace
from {
5
namespace
paramdef {
10
struct
BASECHR_SELECT_MENU_PARAM_ST
{
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
64
static_assert
(
sizeof
(
from::paramdef::BASECHR_SELECT_MENU_PARAM_ST
) == 32,
65
"BASECHR_SELECT_MENU_PARAM_ST paramdef size does not match detected size"
);
from::paramdef::BASECHR_SELECT_MENU_PARAM_ST
This struct was automatically generated from XML paramdefs.
Definition
BASECHR_SELECT_MENU_PARAM_ST.hpp:10
from::paramdef::BASECHR_SELECT_MENU_PARAM_ST::disableParamReserve2
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition
BASECHR_SELECT_MENU_PARAM_ST.hpp:26
from::paramdef::BASECHR_SELECT_MENU_PARAM_ST::chrInitParam
unsigned int chrInitParam
Architype ID: Base character.
Definition
BASECHR_SELECT_MENU_PARAM_ST.hpp:34
from::paramdef::BASECHR_SELECT_MENU_PARAM_ST::disableParamReserve1
unsigned char disableParamReserve1
Reserve for package output 1.
Definition
BASECHR_SELECT_MENU_PARAM_ST.hpp:21
from::paramdef::BASECHR_SELECT_MENU_PARAM_ST::originChrInitParam
unsigned int originChrInitParam
Architype ID: Identity.
Definition
BASECHR_SELECT_MENU_PARAM_ST.hpp:41
from::paramdef::BASECHR_SELECT_MENU_PARAM_ST::imageId
int imageId
Image ID.
Definition
BASECHR_SELECT_MENU_PARAM_ST.hpp:49
from::paramdef::BASECHR_SELECT_MENU_PARAM_ST::disableParam_NT
bool disableParam_NT
Do you remove it from the NT version output?
Definition
BASECHR_SELECT_MENU_PARAM_ST.hpp:16
from::paramdef::BASECHR_SELECT_MENU_PARAM_ST::textId
int textId
Text ID.
Definition
BASECHR_SELECT_MENU_PARAM_ST.hpp:56
Generated by
1.9.8