libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
SE_MATERIAL_CONVERT_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 unsigned char seMaterialId{ 0 };
17
18 unsigned char pad[3];
19};
20
21}; // namespace paramdef
22}; // namespace from
23
24static_assert(sizeof(from::paramdef::SE_MATERIAL_CONVERT_PARAM_ST) == 4,
25 "SE_MATERIAL_CONVERT_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition SE_MATERIAL_CONVERT_PARAM_ST.hpp:10
unsigned char seMaterialId
SE material ID.
Definition SE_MATERIAL_CONVERT_PARAM_ST.hpp:16