libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
FE_TEXT_EFFECT_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 short resId{ 0 };
17
18 unsigned char pad1[2];
19
25 int textId{ -1 };
26
32 int seId{ -1 };
33
37 bool canMixMapName : 1 { false };
38
39 unsigned char pad3 : 7;
40
41 unsigned char pad2[19];
42};
43
44}; // namespace paramdef
45}; // namespace from
46
47static_assert(sizeof(from::paramdef::FE_TEXT_EFFECT_PARAM_ST) == 32,
48 "FE_TEXT_EFFECT_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition FE_TEXT_EFFECT_PARAM_ST.hpp:10
int textId
Text ID.
Definition FE_TEXT_EFFECT_PARAM_ST.hpp:25
bool canMixMapName
Whether to display at the same time as the map name.
Definition FE_TEXT_EFFECT_PARAM_ST.hpp:37
short resId
Resource ID.
Definition FE_TEXT_EFFECT_PARAM_ST.hpp:16
int seId
SE ID.
Definition FE_TEXT_EFFECT_PARAM_ST.hpp:32