libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
WORLD_MAP_PLACE_NAME_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 int worldMapPieceId{ -1 };
34
40 int textId{ -1 };
41
42 unsigned char pad1[4];
43
49 unsigned char areaNo{ 0 };
50
56 unsigned char gridXNo{ 0 };
57
63 unsigned char gridZNo{ 0 };
64
65 unsigned char pad2[1];
66
70 float posX{ 0.f };
71
77 float posY{ 0.f };
78
82 float posZ{ 0.f };
83};
84
85}; // namespace paramdef
86}; // namespace from
87
88static_assert(sizeof(from::paramdef::WORLD_MAP_PLACE_NAME_PARAM_ST) == 32,
89 "WORLD_MAP_PLACE_NAME_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:10
float posX
X coordinate.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:70
unsigned char disableParamReserve1
Reserve for package output 1.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:21
int worldMapPieceId
Map fragment parameter ID.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:33
float posZ
Z coordinate.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:82
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:26
int textId
Text ID.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:40
bool disableParam_NT
Do you remove it from the NT version output?
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:16
unsigned char gridXNo
Grid X number.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:56
float posY
Y coordinate.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:77
unsigned char areaNo
Area number.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:49
unsigned char gridZNo
Grid Z number.
Definition WORLD_MAP_PLACE_NAME_PARAM_ST.hpp:63