libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
CHARMAKEMENUTOP_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 int commandType{ 0 };
15
21 int captionId{ 0 };
22
26 int faceParamId{ 0 };
27
36 int tableId{ 0 };
37
43 int viewCondition{ 0 };
44
50 signed char previewMode{ 0 };
51
52 unsigned char reserved2[3];
53
59 int tableId2{ -1 };
60
66 int refFaceParamId{ -1 };
67
73 int refTextId{ -1 };
74
82 int helpTextId{ -1 };
83
90 unsigned int unlockEventFlagId{ 0 };
91
92 unsigned char reserved[4];
93};
94
95}; // namespace paramdef
96}; // namespace from
97
98static_assert(sizeof(from::paramdef::CHARMAKEMENUTOP_PARAM_ST) == 48,
99 "CHARMAKEMENUTOP_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:10
int tableId2
Table ID (female)
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:59
int refFaceParamId
Referenced face Param ID.
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:66
signed char previewMode
Preview mode.
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:50
int helpTextId
1 line help text ID (overwrite)
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:82
unsigned int unlockEventFlagId
Event flag ID.
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:90
int viewCondition
Display conditions.
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:43
int commandType
Command type.
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:14
int tableId
Table ID (male)
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:36
int captionId
Item text ID.
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:21
int refTextId
Referenced text ID.
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:73
int faceParamId
Face Param ID.
Definition CHARMAKEMENUTOP_PARAM_ST.hpp:26