libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
RUNTIME_BONE_CONTROL_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 unsigned int chrId{ 0 };
15
19 unsigned char ctrlType{ 0 };
20
21 unsigned char pad[11];
22
26 char applyBone[32];
27
31 char targetBone1[32];
32
36 char targetBone2[32];
37};
38
39}; // namespace paramdef
40}; // namespace from
41
42static_assert(sizeof(from::paramdef::RUNTIME_BONE_CONTROL_PARAM_ST) == 112,
43 "RUNTIME_BONE_CONTROL_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition RUNTIME_BONE_CONTROL_PARAM_ST.hpp:10
char applyBone[32]
Applicable joint.
Definition RUNTIME_BONE_CONTROL_PARAM_ST.hpp:26
char targetBone2[32]
Target joint 2.
Definition RUNTIME_BONE_CONTROL_PARAM_ST.hpp:36
unsigned char ctrlType
Control type.
Definition RUNTIME_BONE_CONTROL_PARAM_ST.hpp:19
char targetBone1[32]
Target joint 1.
Definition RUNTIME_BONE_CONTROL_PARAM_ST.hpp:31
unsigned int chrId
Character ID.
Definition RUNTIME_BONE_CONTROL_PARAM_ST.hpp:14