libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
WORLD_MAP_LEGACY_CONV_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
31 unsigned char srcAreaNo{ 0 };
32
36 unsigned char srcGridXNo{ 0 };
37
41 unsigned char srcGridZNo{ 0 };
42
43 unsigned char pad1[1];
44
48 float srcPosX{ 0.f };
49
53 float srcPosY{ 0.f };
54
58 float srcPosZ{ 0.f };
59
63 unsigned char dstAreaNo{ 0 };
64
68 unsigned char dstGridXNo{ 0 };
69
73 unsigned char dstGridZNo{ 0 };
74
75 unsigned char pad2[1];
76
80 float dstPosX{ 0.f };
81
85 float dstPosY{ 0.f };
86
90 float dstPosZ{ 0.f };
91
98 bool isBasePoint : 1 { false };
99
100 unsigned char pad3 : 7;
101
102 unsigned char pad4[11];
103};
104
105}; // namespace paramdef
106}; // namespace from
107
108static_assert(sizeof(from::paramdef::WORLD_MAP_LEGACY_CONV_PARAM_ST) == 48,
109 "WORLD_MAP_LEGACY_CONV_PARAM_ST paramdef size does not match detected "
110 "size");
This struct was automatically generated from XML paramdefs.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:10
bool disableParam_NT
Do you remove it from the NT version output?
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:16
unsigned char srcAreaNo
Conversion source map ID: Area number.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:31
unsigned char dstGridXNo
Destination map ID: Grid X.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:68
unsigned char dstAreaNo
Conversion destination map ID: Area number.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:63
float srcPosX
Source map reference coordinates X.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:48
float dstPosZ
Destination map reference coordinates Z.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:90
bool isBasePoint
Is it a reference connection point?
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:98
float srcPosY
Source map reference coordinates Y.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:53
float dstPosY
Destination map reference coordinates Y.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:85
float dstPosX
Destination map reference coordinates X.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:80
unsigned char dstGridZNo
Destination map ID: Grid Z.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:73
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:26
unsigned char srcGridXNo
Source map ID: Grid X.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:36
float srcPosZ
Source map reference coordinates Z.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:58
unsigned char srcGridZNo
Source map ID: Grid Z.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:41
unsigned char disableParamReserve1
Reserve for package output 1.
Definition WORLD_MAP_LEGACY_CONV_PARAM_ST.hpp:21