libER
0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
include
param
paramdef
MENUPROPERTY_LAYOUT.hpp
1
/* This file was automatically generated from XML paramdefs. */
2
#pragma once
3
4
namespace
from {
5
namespace
paramdef {
10
struct
MENUPROPERTY_LAYOUT
{
14
char
LayoutPath
[16];
15
19
int
PropertyID
{ 0 };
20
27
int
CaptionTextID
{ 0 };
28
34
int
HelpTextID
{ 0 };
35
36
unsigned
char
reserved[4];
37
};
38
39
};
// namespace paramdef
40
};
// namespace from
41
42
static_assert
(
sizeof
(
from::paramdef::MENUPROPERTY_LAYOUT
) == 32,
43
"MENUPROPERTY_LAYOUT paramdef size does not match detected size"
);
from::paramdef::MENUPROPERTY_LAYOUT
This struct was automatically generated from XML paramdefs.
Definition
MENUPROPERTY_LAYOUT.hpp:10
from::paramdef::MENUPROPERTY_LAYOUT::PropertyID
int PropertyID
Property ID.
Definition
MENUPROPERTY_LAYOUT.hpp:19
from::paramdef::MENUPROPERTY_LAYOUT::HelpTextID
int HelpTextID
Help text ID.
Definition
MENUPROPERTY_LAYOUT.hpp:34
from::paramdef::MENUPROPERTY_LAYOUT::CaptionTextID
int CaptionTextID
Item name Text ID.
Definition
MENUPROPERTY_LAYOUT.hpp:27
from::paramdef::MENUPROPERTY_LAYOUT::LayoutPath
char LayoutPath[16]
Layout path.
Definition
MENUPROPERTY_LAYOUT.hpp:14
Generated by
1.9.8