libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
BUDDY_STONE_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
33 unsigned int talkChrEntityId{ 0 };
34
41 unsigned int eliminateTargetEntityId{ 0 };
42
49 unsigned int summonedEventFlagId{ 0 };
50
57 bool isSpecial : 1 { false };
58
59 unsigned char pad1 : 7;
60
61 unsigned char pad2[3];
62
69 int buddyId{ 0 };
70
77
84 unsigned short activateRange{ 100 };
85
92
100
106 unsigned int warnRegionEntityId{ 0 };
107
108 unsigned char pad3[24];
109};
110
111}; // namespace paramdef
112}; // namespace from
113
114static_assert(sizeof(from::paramdef::BUDDY_STONE_PARAM_ST) == 64,
115 "BUDDY_STONE_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition BUDDY_STONE_PARAM_ST.hpp:10
unsigned short activateRange
Buddy activation distance [m].
Definition BUDDY_STONE_PARAM_ST.hpp:84
int dopingSpEffectId
Special effects ID for doping.
Definition BUDDY_STONE_PARAM_ST.hpp:76
unsigned int warnRegionEntityId
Warning range overwrite area entity ID.
Definition BUDDY_STONE_PARAM_ST.hpp:106
int buddyId
Buddy ID.
Definition BUDDY_STONE_PARAM_ST.hpp:69
unsigned int summonedEventFlagId
Summoned event flag ID.
Definition BUDDY_STONE_PARAM_ST.hpp:49
short overwriteReturnRange
Buddy homecoming distance overwrite [m].
Definition BUDDY_STONE_PARAM_ST.hpp:91
unsigned int eliminateTargetEntityId
Defeat Target List Entity ID.
Definition BUDDY_STONE_PARAM_ST.hpp:41
unsigned int talkChrEntityId
Conversation character entity ID.
Definition BUDDY_STONE_PARAM_ST.hpp:33
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition BUDDY_STONE_PARAM_ST.hpp:26
bool disableParam_NT
Do you remove it from the NT version output?
Definition BUDDY_STONE_PARAM_ST.hpp:16
bool isSpecial
Is it special?
Definition BUDDY_STONE_PARAM_ST.hpp:57
unsigned char disableParamReserve1
Reserve for package output 1.
Definition BUDDY_STONE_PARAM_ST.hpp:21
unsigned int overwriteActivateRegionEntityId
Launch range overwrite area entity ID.
Definition BUDDY_STONE_PARAM_ST.hpp:99