libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
MATERIAL_EX_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 wchar_t paramName[32];
17
24 int materialId{ -1 };
25
31 float materialParamValue0{ 0.f };
32
38 float materialParamValue1{ 0.f };
39
45 float materialParamValue2{ 0.f };
46
52 float materialParamValue3{ 0.f };
53
59 float materialParamValue4{ 1.f };
60
61 unsigned char pad[8];
62};
63
64}; // namespace paramdef
65}; // namespace from
66
67static_assert(sizeof(from::paramdef::MATERIAL_EX_PARAM_ST) == 96,
68 "MATERIAL_EX_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition MATERIAL_EX_PARAM_ST.hpp:10
float materialParamValue0
Overwrite value 1 (R)
Definition MATERIAL_EX_PARAM_ST.hpp:31
wchar_t paramName[32]
Material parameter name.
Definition MATERIAL_EX_PARAM_ST.hpp:16
float materialParamValue3
Overwrite value 4 (A)
Definition MATERIAL_EX_PARAM_ST.hpp:52
int materialId
Target material ID.
Definition MATERIAL_EX_PARAM_ST.hpp:24
float materialParamValue1
Overwrite value 2 (G)
Definition MATERIAL_EX_PARAM_ST.hpp:38
float materialParamValue2
Overwrite value 3 (B)
Definition MATERIAL_EX_PARAM_ST.hpp:45
float materialParamValue4
Overwrite value 5 (I)
Definition MATERIAL_EX_PARAM_ST.hpp:59