libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
EQUIP_PARAM_CUSTOM_WEAPON_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 int baseWepId{ 0 };
15
19 int gemId{ 0 };
20
24 unsigned char reinforceLv{ 0 };
25
26 unsigned char pad[7];
27};
28
29}; // namespace paramdef
30}; // namespace from
31
32static_assert(sizeof(from::paramdef::EQUIP_PARAM_CUSTOM_WEAPON_ST) == 16,
33 "EQUIP_PARAM_CUSTOM_WEAPON_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition EQUIP_PARAM_CUSTOM_WEAPON_ST.hpp:10
int gemId
Magic stone ID.
Definition EQUIP_PARAM_CUSTOM_WEAPON_ST.hpp:19
unsigned char reinforceLv
Enhancement value.
Definition EQUIP_PARAM_CUSTOM_WEAPON_ST.hpp:24
int baseWepId
Weapon base ID.
Definition EQUIP_PARAM_CUSTOM_WEAPON_ST.hpp:14