libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
MENUPROPERTY_SPEC.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 int CaptionTextID{ 0 };
15
19 int IconID{ 0 };
20
24 unsigned int RequiredPropertyID{ 0 };
25
29 signed char CompareType{ 0 };
30
31 unsigned char pad2[1];
32
36 unsigned short FormatType{ 0 };
37
38 unsigned char pad[16];
39};
40
41}; // namespace paramdef
42}; // namespace from
43
44static_assert(sizeof(from::paramdef::MENUPROPERTY_SPEC) == 32,
45 "MENUPROPERTY_SPEC paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition MENUPROPERTY_SPEC.hpp:10
int CaptionTextID
Item name Text ID.
Definition MENUPROPERTY_SPEC.hpp:14
unsigned int RequiredPropertyID
Required skills.
Definition MENUPROPERTY_SPEC.hpp:24
int IconID
Item icon ID.
Definition MENUPROPERTY_SPEC.hpp:19
signed char CompareType
Superiority or inferiority judgment.
Definition MENUPROPERTY_SPEC.hpp:29
unsigned short FormatType
Format.
Definition MENUPROPERTY_SPEC.hpp:36