libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
MAP_PIECE_TEX_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
34 unsigned char srcR{ 0 };
35
42 unsigned char srcG{ 0 };
43
50 unsigned char srcB{ 0 };
51
52 unsigned char pad1[1];
53
59 int saveMapNameId{ -1 };
60
66 int multiPlayAreaId{ -1 };
67};
68
69}; // namespace paramdef
70}; // namespace from
71
72static_assert(sizeof(from::paramdef::MAP_PIECE_TEX_PARAM_ST) == 16,
73 "MAP_PIECE_TEX_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition MAP_PIECE_TEX_PARAM_ST.hpp:10
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition MAP_PIECE_TEX_PARAM_ST.hpp:26
int multiPlayAreaId
Multiplayer area ID.
Definition MAP_PIECE_TEX_PARAM_ST.hpp:66
unsigned char disableParamReserve1
Reserve for package output 1.
Definition MAP_PIECE_TEX_PARAM_ST.hpp:21
unsigned char srcB
B.
Definition MAP_PIECE_TEX_PARAM_ST.hpp:50
unsigned char srcG
G.
Definition MAP_PIECE_TEX_PARAM_ST.hpp:42
int saveMapNameId
Map name ID_for saving data display.
Definition MAP_PIECE_TEX_PARAM_ST.hpp:59
bool disableParam_NT
Do you remove it from the NT version output?
Definition MAP_PIECE_TEX_PARAM_ST.hpp:16
unsigned char srcR
R.
Definition MAP_PIECE_TEX_PARAM_ST.hpp:34