We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b8c6b commit e6ad163Copy full SHA for e6ad163
1 file changed
src/cs2_sdk/entity/globaltypes.h
@@ -141,6 +141,16 @@ enum gender_t : uint8
141
142
struct EmitSound_t
143
{
144
+ EmitSound_t() :
145
+ m_pSoundName(0),
146
+ m_vecSoundOrigin(),
147
+ m_flVolume(VOL_NORM),
148
+ m_flSoundTime(0.0f),
149
+ m_nForceGuid(0),
150
+ m_nPitch(PITCH_NORM),
151
+ m_nFlags(0)
152
+ {
153
+ }
154
const char* m_pSoundName; // 0x0
155
Vector m_vecSoundOrigin; // 0x8
156
float m_flVolume; // 0x14
0 commit comments