libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
MENUPROPERTY_LAYOUT.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
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
42static_assert(sizeof(from::paramdef::MENUPROPERTY_LAYOUT) == 32,
43 "MENUPROPERTY_LAYOUT paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition MENUPROPERTY_LAYOUT.hpp:10
int PropertyID
Property ID.
Definition MENUPROPERTY_LAYOUT.hpp:19
int HelpTextID
Help text ID.
Definition MENUPROPERTY_LAYOUT.hpp:34
int CaptionTextID
Item name Text ID.
Definition MENUPROPERTY_LAYOUT.hpp:27
char LayoutPath[16]
Layout path.
Definition MENUPROPERTY_LAYOUT.hpp:14