libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
CUTSCENE_MAP_ID_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
43 unsigned int PlayMapId{ 0 };
44
53 unsigned int RequireMapId0{ 0 };
54
63 unsigned int RequireMapId1{ 0 };
64
73 unsigned int RequireMapId2{ 0 };
74
79
80 int unknown_0x18{ 0 };
81
82 unsigned char reserved_2[8];
83
94
95 unsigned char reserved[2];
96
100 int HitParts_0{ -1 };
101
105 int HitParts_1{ -1 };
106};
107
108}; // namespace paramdef
109}; // namespace from
110
111static_assert(sizeof(from::paramdef::CUTSCENE_MAP_ID_PARAM_ST) == 48,
112 "CUTSCENE_MAP_ID_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:10
int RefCamPosHitPartsID
Hit part ID for calculating camera position during loading.
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:78
bool disableParam_NT
Do you remove it from the NT version output?
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:16
unsigned short ClientDisableViewTimeForProgress
Waiting time when cannot be displayed [seconds].
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:93
unsigned char disableParamReserve1
Reserve for package output 1.
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:29
unsigned int RequireMapId1
Map number 2 required for display.
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:63
bool disableParam_Debug
Is it a debug parameter?
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:24
unsigned int RequireMapId0
Map number 1 required for display.
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:53
int HitParts_1
Hit parts waiting to be read 1.
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:105
unsigned int RequireMapId2
Map number 3 required for display.
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:73
int HitParts_0
Hit parts waiting to be read 0.
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:100
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:34
unsigned int PlayMapId
Map number to play.
Definition CUTSCENE_MAP_ID_PARAM_ST.hpp:43