libER
0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
include
param
paramdef
MENU_VALUE_TABLE_SPEC.hpp
1
/* This file was automatically generated from XML paramdefs. */
2
#pragma once
3
4
namespace
from {
5
namespace
paramdef {
10
struct
MENU_VALUE_TABLE_SPEC
{
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
32
static_assert
(
sizeof
(
from::paramdef::MENU_VALUE_TABLE_SPEC
) == 12,
33
"MENU_VALUE_TABLE_SPEC paramdef size does not match detected size"
);
from::paramdef::MENU_VALUE_TABLE_SPEC
This struct was automatically generated from XML paramdefs.
Definition
MENU_VALUE_TABLE_SPEC.hpp:10
from::paramdef::MENU_VALUE_TABLE_SPEC::value
int value
Value to compare.
Definition
MENU_VALUE_TABLE_SPEC.hpp:14
from::paramdef::MENU_VALUE_TABLE_SPEC::compareType
signed char compareType
Comparison type.
Definition
MENU_VALUE_TABLE_SPEC.hpp:24
from::paramdef::MENU_VALUE_TABLE_SPEC::textId
int textId
Converted text ID.
Definition
MENU_VALUE_TABLE_SPEC.hpp:19
Generated by
1.9.8