libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
SP_EFFECT_SET_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 int spEffectId1{ -1 };
15
19 int spEffectId2{ -1 };
20
24 int spEffectId3{ -1 };
25
29 int spEffectId4{ -1 };
30};
31
32}; // namespace paramdef
33}; // namespace from
34
35static_assert(sizeof(from::paramdef::SP_EFFECT_SET_PARAM_ST) == 16,
36 "SP_EFFECT_SET_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition SP_EFFECT_SET_PARAM_ST.hpp:10
int spEffectId1
Special effect ID1.
Definition SP_EFFECT_SET_PARAM_ST.hpp:14
int spEffectId3
Special effect ID3.
Definition SP_EFFECT_SET_PARAM_ST.hpp:24
int spEffectId2
Special effect ID2.
Definition SP_EFFECT_SET_PARAM_ST.hpp:19
int spEffectId4
Special effect ID4.
Definition SP_EFFECT_SET_PARAM_ST.hpp:29