libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
RIDE_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
17 unsigned int atkChrId{ 0 };
18
25 unsigned int defChrId{ 0 };
26
34 int rideCamParamId{ -1 };
35
43 unsigned int atkChrAnimId{ 0 };
44
52 unsigned int defChrAnimId{ 0 };
53
61 int defAdjustDmyId{ -1 };
62
68 int defCheckDmyId{ -1 };
69
78 float diffAngMyToDef{ 0.f };
79
85 float dist{ 0.f };
86
93 float upperYRange{ 0.f };
94
101 float lowerYRange{ 0.f };
102
108 float diffAngMin{ 0.f };
109
115 float diffAngMax{ 0.f };
116
117 unsigned char pad[12];
118};
119
120}; // namespace paramdef
121}; // namespace from
122
123static_assert(sizeof(from::paramdef::RIDE_PARAM_ST) == 64,
124 "RIDE_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition RIDE_PARAM_ST.hpp:10
unsigned int defChrId
Riding side character ID.
Definition RIDE_PARAM_ST.hpp:25
int defAdjustDmyId
Alignment of the rider at the start of riding animation Damipoli ID.
Definition RIDE_PARAM_ST.hpp:61
float upperYRange
Riding judgment_effective height upward [m].
Definition RIDE_PARAM_ST.hpp:93
unsigned int defChrAnimId
Riding side_Riding animation type and direction variable value.
Definition RIDE_PARAM_ST.hpp:52
float lowerYRange
Riding judgment_effective height downward [m].
Definition RIDE_PARAM_ST.hpp:101
float diffAngMax
Riding judgment_angle difference range between objects max [deg].
Definition RIDE_PARAM_ST.hpp:115
unsigned int atkChrId
Riding side character ID.
Definition RIDE_PARAM_ST.hpp:17
int rideCamParamId
Camera ID when riding.
Definition RIDE_PARAM_ST.hpp:34
float diffAngMyToDef
Riding judgment_Front judgment angle range on the riding side [deg].
Definition RIDE_PARAM_ST.hpp:78
int defCheckDmyId
Riding judgment _ Judgment criteria of the rider Damipoli ID.
Definition RIDE_PARAM_ST.hpp:68
unsigned int atkChrAnimId
Riding side_Riding animation type and direction variable value.
Definition RIDE_PARAM_ST.hpp:43
float diffAngMin
Riding judgment_angle difference range between objects min [deg].
Definition RIDE_PARAM_ST.hpp:108
float dist
Riding judgment_effective distance [m].
Definition RIDE_PARAM_ST.hpp:85