libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
WAYPOINT_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 short attribute1{ -1 };
15
19 short attribute2{ -1 };
20
24 short attribute3{ -1 };
25
29 short attribute4{ -1 };
30
31 unsigned char padding4[8];
32};
33
34}; // namespace paramdef
35}; // namespace from
36
37static_assert(sizeof(from::paramdef::WAYPOINT_PARAM_ST) == 16,
38 "WAYPOINT_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition WAYPOINT_PARAM_ST.hpp:10
short attribute4
Attribute 4.
Definition WAYPOINT_PARAM_ST.hpp:29
short attribute1
Attribute 1.
Definition WAYPOINT_PARAM_ST.hpp:14
short attribute3
Attribute 3.
Definition WAYPOINT_PARAM_ST.hpp:24
short attribute2
Attribute 2.
Definition WAYPOINT_PARAM_ST.hpp:19