libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
MAP_GRID_CREATE_HEIGHT_LIMIT_INFO_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 float GridEnableCreateHeightMin{ -99999.f };
17
23 float GridEnableCreateHeightMax{ 99999.f };
24
25 unsigned char Reserve[24];
26};
27
28}; // namespace paramdef
29}; // namespace from
30
32 == 32,
33 "MAP_GRID_CREATE_HEIGHT_LIMIT_INFO_PARAM_ST paramdef size does not match "
34 "detected size");
This struct was automatically generated from XML paramdefs.
Definition MAP_GRID_CREATE_HEIGHT_LIMIT_INFO_PARAM_ST.hpp:10
float GridEnableCreateHeightMin
Grid can be constructed Height Min [m].
Definition MAP_GRID_CREATE_HEIGHT_LIMIT_INFO_PARAM_ST.hpp:16
float GridEnableCreateHeightMax
Grid can be constructed Height Max [m].
Definition MAP_GRID_CREATE_HEIGHT_LIMIT_INFO_PARAM_ST.hpp:23