libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
ENEMY_COMMON_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
11 unsigned char reserved0[8];
12
17
22
27
28 unsigned char reserved5[40];
29
37
46
55
56 unsigned char reserved18[184];
57};
58
59}; // namespace paramdef
60}; // namespace from
61
62static_assert(sizeof(from::paramdef::ENEMY_COMMON_PARAM_ST) == 256,
63 "ENEMY_COMMON_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition ENEMY_COMMON_PARAM_ST.hpp:10
float findUnfavorableFailedPointHeight
The height that causes an interrupt, which turns out that the enemy is likely to be cut off when goin...
Definition ENEMY_COMMON_PARAM_ST.hpp:54
int searchTargetTryApproachTime
Time to try to approach the search target.
Definition ENEMY_COMMON_PARAM_ST.hpp:21
int activateChrByTime_PhantomId
Phantom shader ID used for directing the appearance and disappearance of enemies placed in a specific...
Definition ENEMY_COMMON_PARAM_ST.hpp:36
int soundTargetTryApproachTime
Time to try to approach the sound target.
Definition ENEMY_COMMON_PARAM_ST.hpp:16
int memoryTargetTryApproachTime
Time to try to approach the memory target.
Definition ENEMY_COMMON_PARAM_ST.hpp:26
float findUnfavorableFailedPointDist
Distance to generate an interrupt, which turns out that the enemy is likely to be cut off when going ...
Definition ENEMY_COMMON_PARAM_ST.hpp:45