libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
MENU_VALUE_TABLE_SPEC.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 int value{ 0 };
15
19 int textId{ 0 };
20
24 signed char compareType{ 0 };
25
26 unsigned char padding[3];
27};
28
29}; // namespace paramdef
30}; // namespace from
31
32static_assert(sizeof(from::paramdef::MENU_VALUE_TABLE_SPEC) == 12,
33 "MENU_VALUE_TABLE_SPEC paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition MENU_VALUE_TABLE_SPEC.hpp:10
int value
Value to compare.
Definition MENU_VALUE_TABLE_SPEC.hpp:14
signed char compareType
Comparison type.
Definition MENU_VALUE_TABLE_SPEC.hpp:24
int textId
Converted text ID.
Definition MENU_VALUE_TABLE_SPEC.hpp:19