libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
SHOP_LINEUP_PARAM.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 int equipId{ 0 };
17
23 int value{ -1 };
24
30 int mtrlId{ -1 };
31
37 unsigned int eventFlag_forStock{ 0 };
38
42 unsigned int eventFlag_forRelease{ 0 };
43
47 short sellQuantity{ -1 };
48
49 unsigned char pad3[1];
50
56 unsigned char equipType{ 0 };
57
63 unsigned char costType{ 0 };
64
65 unsigned char pad1[1];
66
73 unsigned short setNum{ 1 };
74
81 int value_Add{ 0 };
82
89 float value_Magnification{ 1.f };
90
96 int iconId{ -1 };
97
103 int nameMsgId{ -1 };
104
112 int menuTitleMsgId{ -1 };
113
120 short menuIconId{ -1 };
121
122 unsigned char pad2[2];
123};
124
125}; // namespace paramdef
126}; // namespace from
127
128static_assert(sizeof(from::paramdef::SHOP_LINEUP_PARAM) == 52,
129 "SHOP_LINEUP_PARAM paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition SHOP_LINEUP_PARAM.hpp:10
float value_Magnification
magnification
Definition SHOP_LINEUP_PARAM.hpp:89
int nameMsgId
Text ID.
Definition SHOP_LINEUP_PARAM.hpp:103
unsigned char equipType
Equipment type.
Definition SHOP_LINEUP_PARAM.hpp:56
unsigned short setNum
Number of sets sold.
Definition SHOP_LINEUP_PARAM.hpp:73
int menuTitleMsgId
Menu title text ID.
Definition SHOP_LINEUP_PARAM.hpp:112
unsigned char costType
Price type.
Definition SHOP_LINEUP_PARAM.hpp:63
int mtrlId
Material ID required for purchase.
Definition SHOP_LINEUP_PARAM.hpp:30
int iconId
Icon ID.
Definition SHOP_LINEUP_PARAM.hpp:96
unsigned int eventFlag_forStock
Quantity retention event flag.
Definition SHOP_LINEUP_PARAM.hpp:37
short sellQuantity
Number of units sold.
Definition SHOP_LINEUP_PARAM.hpp:47
short menuIconId
Menu icon ID.
Definition SHOP_LINEUP_PARAM.hpp:120
unsigned int eventFlag_forRelease
Sales ban event flag.
Definition SHOP_LINEUP_PARAM.hpp:42
int value
price
Definition SHOP_LINEUP_PARAM.hpp:23
int value_Add
Addition.
Definition SHOP_LINEUP_PARAM.hpp:81
int equipId
Equipment ID.
Definition SHOP_LINEUP_PARAM.hpp:16