libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
TUTORIAL_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 bool disableParam_NT : 1 { false };
17
21 unsigned char disableParamReserve1 : 7;
22
26 unsigned char disableParamReserve2[3];
27
33 unsigned char menuType{ 0 };
34
42 unsigned char triggerType{ 0 };
43
49 unsigned char repeatType{ 0 };
50
51 unsigned char pad1[1];
52
59 unsigned short imageId{ 0 };
60
61 unsigned char pad2[2];
62
69 unsigned int unlockEventFlagId{ 0 };
70
77 int textId{ -1 };
78
86 float displayMinTime{ 1.f };
87
95 float displayTime{ 3.f };
96
97 unsigned char pad3[4];
98};
99
100}; // namespace paramdef
101}; // namespace from
102
103static_assert(sizeof(from::paramdef::TUTORIAL_PARAM_ST) == 32,
104 "TUTORIAL_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition TUTORIAL_PARAM_ST.hpp:10
int textId
Text ID.
Definition TUTORIAL_PARAM_ST.hpp:77
unsigned char repeatType
Impressions.
Definition TUTORIAL_PARAM_ST.hpp:49
unsigned char triggerType
Display timing.
Definition TUTORIAL_PARAM_ST.hpp:42
float displayMinTime
at the earliest
Definition TUTORIAL_PARAM_ST.hpp:86
bool disableParam_NT
Do you remove it from the NT version output?
Definition TUTORIAL_PARAM_ST.hpp:16
unsigned char disableParamReserve1
Reserve for package output 1.
Definition TUTORIAL_PARAM_ST.hpp:21
unsigned int unlockEventFlagId
Display permission flag.
Definition TUTORIAL_PARAM_ST.hpp:69
unsigned short imageId
Image ID.
Definition TUTORIAL_PARAM_ST.hpp:59
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition TUTORIAL_PARAM_ST.hpp:26
float displayTime
Longest.
Definition TUTORIAL_PARAM_ST.hpp:95
unsigned char menuType
Display type.
Definition TUTORIAL_PARAM_ST.hpp:33