libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
BONFIRE_WARP_TAB_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
33 int textId{ 0 };
34
40 int sortId{ 0 };
41
47 unsigned short iconId{ 0 };
48
49 unsigned char pad[2];
50};
51
52}; // namespace paramdef
53}; // namespace from
54
55static_assert(sizeof(from::paramdef::BONFIRE_WARP_TAB_PARAM_ST) == 16,
56 "BONFIRE_WARP_TAB_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition BONFIRE_WARP_TAB_PARAM_ST.hpp:10
bool disableParam_NT
Do you remove it from the NT version output?
Definition BONFIRE_WARP_TAB_PARAM_ST.hpp:16
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition BONFIRE_WARP_TAB_PARAM_ST.hpp:26
int textId
Text ID.
Definition BONFIRE_WARP_TAB_PARAM_ST.hpp:33
unsigned char disableParamReserve1
Reserve for package output 1.
Definition BONFIRE_WARP_TAB_PARAM_ST.hpp:21
unsigned short iconId
Icon ID.
Definition BONFIRE_WARP_TAB_PARAM_ST.hpp:47
int sortId
Sort ID.
Definition BONFIRE_WARP_TAB_PARAM_ST.hpp:40