libER
0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
include
param
paramdef
MENU_COMMON_PARAM_ST.hpp
1
/* This file was automatically generated from XML paramdefs. */
2
#pragma once
3
4
namespace
from {
5
namespace
paramdef {
10
struct
MENU_COMMON_PARAM_ST
{
17
float
soloPlayDeath_ToFadeOutTime
{ 0.f };
18
25
float
partyGhostDeath_ToFadeOutTime
{ 0.f };
26
33
int
playerMaxHpLimit
{ 0 };
34
41
int
playerMaxMpLimit
{ 0 };
42
49
int
playerMaxSpLimit
{ 0 };
50
56
float
actionPanelChangeThreshold_Vel
{ 0.f };
57
65
float
actionPanelChangeThreshold_PassTime
{ 0.f };
66
72
int
kgIconVspace
{ 0 };
73
80
float
worldMapCursorSelectRadius
{ 0.1f };
81
82
unsigned
char
reserved8[4];
83
89
int
decalPosOffsetX
{ 0 };
90
96
int
decalPosOffsetY
{ 0 };
97
104
float
targetStateSearchDurationTime
{ 0.f };
105
112
float
targetStateBattleDurationTime
{ 0.f };
113
119
float
worldMapCursorSpeed
{ 1.f };
120
126
float
worldMapCursorFirstDistance
{ 1.f };
127
133
float
worldMapCursorFirstDelay
{ 0.01f };
134
140
float
worldMapCursorWaitTime
{ 0.f };
141
148
float
worldMapCursorSnapRadius
{ 0.1f };
149
155
float
worldMapCursorSnapTime
{ 0.01f };
156
162
float
itemGetLogAliveTime
{ 0.01f };
163
170
int
playerMaxSaLimit
{ 0 };
171
179
unsigned
int
worldMap_IsChangeableLayerEventFlagId
{ 0 };
180
187
float
worldMap_TravelMargin
{ 0.f };
188
196
float
systemAnnounceScrollBufferTime
{ 0.f };
197
205
int
systemAnnounceScrollSpeed
{ 100 };
206
213
float
systemAnnounceNoScrollWaitTime
{ 0.f };
214
221
unsigned
char
systemAnnounceScrollCount
{ 1 };
222
223
unsigned
char
reserved17[3];
224
231
float
compassMemoDispDistance
{ 50.f };
232
239
float
compassBonfireDispDistance
{ 50.f };
240
247
float
markerGoalThreshold
{ 0.f };
248
257
float
svSliderStep
{ 10.f };
258
264
float
preOpeningMovie_WaitSec
{ 0.f };
265
271
float
kgIconScale
{ 100.f };
272
279
float
kgIconScale_forTable
{ 100.f };
280
287
int
kgIconVspace_forTable
{ 0 };
288
295
float
kgIconScale_forConfig
{ 100.f };
296
302
int
kgIconVspace_forConfig
{ 0 };
303
310
float
worldMap_SearchRadius
{ 256.f };
311
318
float
tutorialDisplayTime
{ 3.f };
319
327
float
compassFriendHostInnerDistance
{ 0.f };
328
336
float
compassEnemyHostInnerDistance
{ 0.f };
337
346
float
compassFriendGuestInnerDistance
{ 0.f };
347
356
float
cutsceneKeyGuideAliveTime
{ 5.f };
357
365
float
autoHideHpThresholdRatio
{ -1.f };
366
375
int
autoHideHpThresholdValue
{ -1 };
376
384
float
autoHideMpThresholdRatio
{ -1.f };
385
393
int
autoHideMpThresholdValue
{ -1 };
394
402
float
autoHideSpThresholdRatio
{ -1.f };
403
411
int
autoHideSpThresholdValue
{ -1 };
412
418
float
worldMapZoomAnimationTime
{ 0.5f };
419
427
float
worldMapIconScaleMin
{ 1.f };
428
437
float
worldMap_TravelMargin_Point
{ 0.f };
438
446
unsigned
short
enemyTagSafeLeft
{ 0 };
447
455
unsigned
short
enemyTagSafeRight
{ 1920 };
456
464
unsigned
short
enemyTagSafeTop
{ 0 };
465
473
unsigned
short
enemyTagSafeBottom
{ 1080 };
474
482
unsigned
int
pcHorseHpRecoverDispThreshold
{ 0 };
483
484
unsigned
char
reserved33[32];
485
};
486
487
};
// namespace paramdef
488
};
// namespace from
489
490
static_assert
(
sizeof
(
from::paramdef::MENU_COMMON_PARAM_ST
) == 256,
491
"MENU_COMMON_PARAM_ST paramdef size does not match detected size"
);
from::paramdef::MENU_COMMON_PARAM_ST
This struct was automatically generated from XML paramdefs.
Definition
MENU_COMMON_PARAM_ST.hpp:10
from::paramdef::MENU_COMMON_PARAM_ST::playerMaxMpLimit
int playerMaxMpLimit
Maximum player MP.
Definition
MENU_COMMON_PARAM_ST.hpp:41
from::paramdef::MENU_COMMON_PARAM_ST::worldMap_TravelMargin
float worldMap_TravelMargin
Additional ban distance for traversal range [m].
Definition
MENU_COMMON_PARAM_ST.hpp:187
from::paramdef::MENU_COMMON_PARAM_ST::soloPlayDeath_ToFadeOutTime
float soloPlayDeath_ToFadeOutTime
Solo play Fade out start time at death [seconds].
Definition
MENU_COMMON_PARAM_ST.hpp:17
from::paramdef::MENU_COMMON_PARAM_ST::worldMapCursorSpeed
float worldMapCursorSpeed
Cursor movement speed [px / sec].
Definition
MENU_COMMON_PARAM_ST.hpp:119
from::paramdef::MENU_COMMON_PARAM_ST::actionPanelChangeThreshold_Vel
float actionPanelChangeThreshold_Vel
Action panel switching judgment_player speed [m / sec].
Definition
MENU_COMMON_PARAM_ST.hpp:56
from::paramdef::MENU_COMMON_PARAM_ST::markerGoalThreshold
float markerGoalThreshold
Goal judgment distance of destination marker [m].
Definition
MENU_COMMON_PARAM_ST.hpp:247
from::paramdef::MENU_COMMON_PARAM_ST::worldMapCursorFirstDelay
float worldMapCursorFirstDelay
Delay time for the first movement of the cursor [sec].
Definition
MENU_COMMON_PARAM_ST.hpp:133
from::paramdef::MENU_COMMON_PARAM_ST::partyGhostDeath_ToFadeOutTime
float partyGhostDeath_ToFadeOutTime
White, Black Ghost Fade Out Start Time [Seconds].
Definition
MENU_COMMON_PARAM_ST.hpp:25
from::paramdef::MENU_COMMON_PARAM_ST::compassBonfireDispDistance
float compassBonfireDispDistance
Display distance_bonfire [m].
Definition
MENU_COMMON_PARAM_ST.hpp:239
from::paramdef::MENU_COMMON_PARAM_ST::autoHideSpThresholdValue
int autoHideSpThresholdValue
SP gauge: Current value always displayed.
Definition
MENU_COMMON_PARAM_ST.hpp:411
from::paramdef::MENU_COMMON_PARAM_ST::systemAnnounceNoScrollWaitTime
float systemAnnounceNoScrollWaitTime
Display time when not scrolling [sec].
Definition
MENU_COMMON_PARAM_ST.hpp:213
from::paramdef::MENU_COMMON_PARAM_ST::enemyTagSafeLeft
unsigned short enemyTagSafeLeft
Displayable area (far left)
Definition
MENU_COMMON_PARAM_ST.hpp:446
from::paramdef::MENU_COMMON_PARAM_ST::worldMapCursorFirstDistance
float worldMapCursorFirstDistance
First movement distance of the cursor [px].
Definition
MENU_COMMON_PARAM_ST.hpp:126
from::paramdef::MENU_COMMON_PARAM_ST::autoHideHpThresholdValue
int autoHideHpThresholdValue
HP gauge: Current value always displayed.
Definition
MENU_COMMON_PARAM_ST.hpp:375
from::paramdef::MENU_COMMON_PARAM_ST::kgIconScale
float kgIconScale
Key guide icon scale [%].
Definition
MENU_COMMON_PARAM_ST.hpp:271
from::paramdef::MENU_COMMON_PARAM_ST::kgIconVspace_forConfig
int kgIconVspace_forConfig
Vertical position of the key guide icon for key config.
Definition
MENU_COMMON_PARAM_ST.hpp:302
from::paramdef::MENU_COMMON_PARAM_ST::kgIconScale_forTable
float kgIconScale_forTable
Scale of key guide icon for pad operation list [%].
Definition
MENU_COMMON_PARAM_ST.hpp:279
from::paramdef::MENU_COMMON_PARAM_ST::worldMapZoomAnimationTime
float worldMapZoomAnimationTime
Zoom animation time [seconds].
Definition
MENU_COMMON_PARAM_ST.hpp:418
from::paramdef::MENU_COMMON_PARAM_ST::svSliderStep
float svSliderStep
Saturation / brightness slider movement amount [% / sec].
Definition
MENU_COMMON_PARAM_ST.hpp:257
from::paramdef::MENU_COMMON_PARAM_ST::worldMapIconScaleMin
float worldMapIconScaleMin
Minimum icon display magnification.
Definition
MENU_COMMON_PARAM_ST.hpp:427
from::paramdef::MENU_COMMON_PARAM_ST::tutorialDisplayTime
float tutorialDisplayTime
Toast display time [sec].
Definition
MENU_COMMON_PARAM_ST.hpp:318
from::paramdef::MENU_COMMON_PARAM_ST::playerMaxSaLimit
int playerMaxSaLimit
Upper limit of player maximum SA (trunk value)
Definition
MENU_COMMON_PARAM_ST.hpp:170
from::paramdef::MENU_COMMON_PARAM_ST::decalPosOffsetX
int decalPosOffsetX
Decal offset (left and right)
Definition
MENU_COMMON_PARAM_ST.hpp:89
from::paramdef::MENU_COMMON_PARAM_ST::targetStateBattleDurationTime
float targetStateBattleDurationTime
FE: Battle icon display time [seconds].
Definition
MENU_COMMON_PARAM_ST.hpp:112
from::paramdef::MENU_COMMON_PARAM_ST::autoHideSpThresholdRatio
float autoHideSpThresholdRatio
SP gauge: Percentage to always display [%].
Definition
MENU_COMMON_PARAM_ST.hpp:402
from::paramdef::MENU_COMMON_PARAM_ST::cutsceneKeyGuideAliveTime
float cutsceneKeyGuideAliveTime
Cutscene key guide display time [seconds].
Definition
MENU_COMMON_PARAM_ST.hpp:356
from::paramdef::MENU_COMMON_PARAM_ST::compassEnemyHostInnerDistance
float compassEnemyHostInnerDistance
Display distance_hostile guest side: host.
Definition
MENU_COMMON_PARAM_ST.hpp:336
from::paramdef::MENU_COMMON_PARAM_ST::worldMap_SearchRadius
float worldMap_SearchRadius
Unsearched mask_Searched range [m].
Definition
MENU_COMMON_PARAM_ST.hpp:310
from::paramdef::MENU_COMMON_PARAM_ST::actionPanelChangeThreshold_PassTime
float actionPanelChangeThreshold_PassTime
Action panel switching judgment_player speed judgment time [sec].
Definition
MENU_COMMON_PARAM_ST.hpp:65
from::paramdef::MENU_COMMON_PARAM_ST::systemAnnounceScrollCount
unsigned char systemAnnounceScrollCount
Number of scrolls.
Definition
MENU_COMMON_PARAM_ST.hpp:221
from::paramdef::MENU_COMMON_PARAM_ST::systemAnnounceScrollSpeed
int systemAnnounceScrollSpeed
Scrolling speed [px / sec].
Definition
MENU_COMMON_PARAM_ST.hpp:205
from::paramdef::MENU_COMMON_PARAM_ST::compassMemoDispDistance
float compassMemoDispDistance
Display distance_Memo marker [m].
Definition
MENU_COMMON_PARAM_ST.hpp:231
from::paramdef::MENU_COMMON_PARAM_ST::decalPosOffsetY
int decalPosOffsetY
Decal offset (up and down)
Definition
MENU_COMMON_PARAM_ST.hpp:96
from::paramdef::MENU_COMMON_PARAM_ST::worldMapCursorSnapTime
float worldMapCursorSnapTime
Cursor snap time [sec].
Definition
MENU_COMMON_PARAM_ST.hpp:155
from::paramdef::MENU_COMMON_PARAM_ST::worldMap_IsChangeableLayerEventFlagId
unsigned int worldMap_IsChangeableLayerEventFlagId
Underground map switchable event flag ID.
Definition
MENU_COMMON_PARAM_ST.hpp:179
from::paramdef::MENU_COMMON_PARAM_ST::preOpeningMovie_WaitSec
float preOpeningMovie_WaitSec
Weight before OP movie [sec].
Definition
MENU_COMMON_PARAM_ST.hpp:264
from::paramdef::MENU_COMMON_PARAM_ST::kgIconVspace
int kgIconVspace
Vertical position of the key guide icon.
Definition
MENU_COMMON_PARAM_ST.hpp:72
from::paramdef::MENU_COMMON_PARAM_ST::worldMap_TravelMargin_Point
float worldMap_TravelMargin_Point
Map point unit Additional ban distance when the ban is lifted [m].
Definition
MENU_COMMON_PARAM_ST.hpp:437
from::paramdef::MENU_COMMON_PARAM_ST::pcHorseHpRecoverDispThreshold
unsigned int pcHorseHpRecoverDispThreshold
Display recovery amount threshold.
Definition
MENU_COMMON_PARAM_ST.hpp:482
from::paramdef::MENU_COMMON_PARAM_ST::enemyTagSafeBottom
unsigned short enemyTagSafeBottom
Displayable area (bottom)
Definition
MENU_COMMON_PARAM_ST.hpp:473
from::paramdef::MENU_COMMON_PARAM_ST::systemAnnounceScrollBufferTime
float systemAnnounceScrollBufferTime
Wait time before and after scrolling [sec].
Definition
MENU_COMMON_PARAM_ST.hpp:196
from::paramdef::MENU_COMMON_PARAM_ST::autoHideHpThresholdRatio
float autoHideHpThresholdRatio
HP gauge: Percentage always displayed [%].
Definition
MENU_COMMON_PARAM_ST.hpp:365
from::paramdef::MENU_COMMON_PARAM_ST::enemyTagSafeRight
unsigned short enemyTagSafeRight
Displayable area (right end)
Definition
MENU_COMMON_PARAM_ST.hpp:455
from::paramdef::MENU_COMMON_PARAM_ST::worldMapCursorSelectRadius
float worldMapCursorSelectRadius
Cursor selection radius [px].
Definition
MENU_COMMON_PARAM_ST.hpp:80
from::paramdef::MENU_COMMON_PARAM_ST::enemyTagSafeTop
unsigned short enemyTagSafeTop
Displayable area (top)
Definition
MENU_COMMON_PARAM_ST.hpp:464
from::paramdef::MENU_COMMON_PARAM_ST::compassFriendHostInnerDistance
float compassFriendHostInnerDistance
Display distance_Cooperation / Relief Guest side: Host.
Definition
MENU_COMMON_PARAM_ST.hpp:327
from::paramdef::MENU_COMMON_PARAM_ST::kgIconVspace_forTable
int kgIconVspace_forTable
Vertical position of the key guide icon for the pad operation list.
Definition
MENU_COMMON_PARAM_ST.hpp:287
from::paramdef::MENU_COMMON_PARAM_ST::playerMaxSpLimit
int playerMaxSpLimit
Maximum player SP.
Definition
MENU_COMMON_PARAM_ST.hpp:49
from::paramdef::MENU_COMMON_PARAM_ST::itemGetLogAliveTime
float itemGetLogAliveTime
Item acquisition log: Display time of 1 line [sec].
Definition
MENU_COMMON_PARAM_ST.hpp:162
from::paramdef::MENU_COMMON_PARAM_ST::compassFriendGuestInnerDistance
float compassFriendGuestInnerDistance
Display distance_host / cooperation / rescue Host side: cooperation / rescue guest.
Definition
MENU_COMMON_PARAM_ST.hpp:346
from::paramdef::MENU_COMMON_PARAM_ST::targetStateSearchDurationTime
float targetStateSearchDurationTime
FE: Search icon display time [seconds].
Definition
MENU_COMMON_PARAM_ST.hpp:104
from::paramdef::MENU_COMMON_PARAM_ST::worldMapCursorSnapRadius
float worldMapCursorSnapRadius
Cursor snap radius [px].
Definition
MENU_COMMON_PARAM_ST.hpp:148
from::paramdef::MENU_COMMON_PARAM_ST::autoHideMpThresholdRatio
float autoHideMpThresholdRatio
MP gauge: Percentage to always display [%].
Definition
MENU_COMMON_PARAM_ST.hpp:384
from::paramdef::MENU_COMMON_PARAM_ST::playerMaxHpLimit
int playerMaxHpLimit
Maximum player HP.
Definition
MENU_COMMON_PARAM_ST.hpp:33
from::paramdef::MENU_COMMON_PARAM_ST::kgIconScale_forConfig
float kgIconScale_forConfig
Key guide icon scale for key config [%].
Definition
MENU_COMMON_PARAM_ST.hpp:295
from::paramdef::MENU_COMMON_PARAM_ST::worldMapCursorWaitTime
float worldMapCursorWaitTime
Wait until the cursor moves [sec].
Definition
MENU_COMMON_PARAM_ST.hpp:140
from::paramdef::MENU_COMMON_PARAM_ST::autoHideMpThresholdValue
int autoHideMpThresholdValue
MP gauge: Current value always displayed.
Definition
MENU_COMMON_PARAM_ST.hpp:393
Generated by
1.9.8