libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
TALK_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 int msgId{ -1 };
34
40 int voiceId{ -1 };
41
47 int spEffectId0{ -1 };
48
54 int motionId0{ -1 };
55
61 int spEffectId1{ -1 };
62
68 int motionId1{ -1 };
69
75 int returnPos{ -1 };
76
82 int reactionId{ -1 };
83
89 int eventId{ -1 };
90
96 int msgId_female{ -1 };
97
103 int voiceId_female{ -1 };
104
110 short lipSyncStart{ -1 };
111
117 short lipSyncTime{ -1 };
118
119 unsigned char pad2[4];
120
128 float timeout{ -1.f };
129
136
143 bool isForceDisp : 1 { false };
144
145 unsigned char pad3 : 7;
146
147 unsigned char pad1[31];
148};
149
150}; // namespace paramdef
151}; // namespace from
152
153static_assert(sizeof(from::paramdef::TALK_PARAM_ST) == 96,
154 "TALK_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition TALK_PARAM_ST.hpp:10
int eventId
Event ID.
Definition TALK_PARAM_ST.hpp:89
int msgId
PC Gender is Male: Message ID.
Definition TALK_PARAM_ST.hpp:33
float timeout
Voice playback timeout time.
Definition TALK_PARAM_ST.hpp:128
int voiceId_female
PC Gender is Female: Voice ID.
Definition TALK_PARAM_ST.hpp:103
int motionId0
Motion ID 0.
Definition TALK_PARAM_ST.hpp:54
short lipSyncStart
Speaker: Lip-sync start time.
Definition TALK_PARAM_ST.hpp:110
unsigned char disableParamReserve1
Reserve for package output 1.
Definition TALK_PARAM_ST.hpp:21
int spEffectId1
Special effect ID1.
Definition TALK_PARAM_ST.hpp:61
int talkAnimationId
Speaker: Subtitled play Anime ID.
Definition TALK_PARAM_ST.hpp:135
int motionId1
Motion ID 1.
Definition TALK_PARAM_ST.hpp:68
short lipSyncTime
Speaker: Lip-sync duration.
Definition TALK_PARAM_ST.hpp:117
bool disableParam_NT
Do you remove it from the NT version output?
Definition TALK_PARAM_ST.hpp:16
int returnPos
Return position.
Definition TALK_PARAM_ST.hpp:75
int reactionId
Reaction ID.
Definition TALK_PARAM_ST.hpp:82
int voiceId
PC Gender is Male: Voice ID.
Definition TALK_PARAM_ST.hpp:40
bool isForceDisp
Whether to forcibly display subtitles.
Definition TALK_PARAM_ST.hpp:143
int spEffectId0
Special effect ID0.
Definition TALK_PARAM_ST.hpp:47
int msgId_female
PC Gender is Female: Message.
Definition TALK_PARAM_ST.hpp:96
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition TALK_PARAM_ST.hpp:26