libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
CUTSCENE_GPARAM_TIME_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
24 bool disableParam_Debug : 1 { false };
25
29 unsigned char disableParamReserve1 : 6;
30
34 unsigned char disableParamReserve2[3];
35
42 unsigned char DstTimezone_Morning{ 0 };
43
50 unsigned char DstTimezone_Noon{ 0 };
51
58 unsigned char DstTimezone_AfterNoon{ 0 };
59
66 unsigned char DstTimezone_Evening{ 0 };
67
74 unsigned char DstTimezone_Night{ 0 };
75
82 unsigned char DstTimezone_DeepNightA{ 0 };
83
90 unsigned char DstTimezone_DeepNightB{ 0 };
91
92 unsigned char reserved[1];
93
100 float PostPlayIngameTime{ -1.f };
101};
102
103}; // namespace paramdef
104}; // namespace from
105
106static_assert(sizeof(from::paramdef::CUTSCENE_GPARAM_TIME_PARAM_ST) == 16,
107 "CUTSCENE_GPARAM_TIME_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:10
unsigned char DstTimezone_DeepNightA
Midnight A.
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:82
bool disableParam_NT
Do you remove it from the NT version output?
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:16
float PostPlayIngameTime
Specify in-game time at the end of playback [hour].
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:100
unsigned char DstTimezone_Evening
evening
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:66
unsigned char DstTimezone_AfterNoon
Noon B.
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:58
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:34
unsigned char DstTimezone_Morning
Morning.
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:42
unsigned char disableParamReserve1
Reserve for package output 1.
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:29
unsigned char DstTimezone_DeepNightB
Midnight B.
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:90
bool disableParam_Debug
Is it a debug parameter?
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:24
unsigned char DstTimezone_Noon
Noon A.
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:50
unsigned char DstTimezone_Night
Night.
Definition CUTSCENE_GPARAM_TIME_PARAM_ST.hpp:74