libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
GESTURE_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 bool disableParam_NT : 1 { false };
17
21 unsigned char disableParamReserve1 : 7;
22
26 unsigned char disableParamReserve2[3];
27
34 int itemId{ 0 };
35
42 int msgAnimId{ 0 };
43
50 bool cannotUseRiding : 1 { false };
51
52 unsigned char pad2 : 7;
53
54 unsigned char pad1[3];
55};
56
57}; // namespace paramdef
58}; // namespace from
59
60static_assert(sizeof(from::paramdef::GESTURE_PARAM_ST) == 16,
61 "GESTURE_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition GESTURE_PARAM_ST.hpp:10
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition GESTURE_PARAM_ST.hpp:26
bool cannotUseRiding
Is it prohibited to use while riding?
Definition GESTURE_PARAM_ST.hpp:50
unsigned char disableParamReserve1
Reserve for package output 1.
Definition GESTURE_PARAM_ST.hpp:21
bool disableParam_NT
Do you remove it from the NT version output?
Definition GESTURE_PARAM_ST.hpp:16
int itemId
Reference item ID.
Definition GESTURE_PARAM_ST.hpp:34
int msgAnimId
Anime ID for message attachment.
Definition GESTURE_PARAM_ST.hpp:42