File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -125,19 +125,24 @@ class CTakeDamageInfo
125
125
bool m_bShouldSpark; // 0x6d | 109
126
126
127
127
private:
128
- [[maybe_unused]] uint8_t _x66 [0x2 ]; // 0x66
128
+ [[maybe_unused]] uint8_t _x6e [0x2 ]; // 0x6e
129
129
130
130
public:
131
131
float m_flDamageAbsorbed; // 0x70 | 112
132
132
CGameTrace* m_pTrace; // 0x78 | 120
133
133
TakeDamageFlags_t m_nDamageFlags; // 0x80 | 128
134
- int32_t m_nNumObjectsPenetrated; // 0x88 | 136
135
- float m_flFriendlyFireDamageReductionRatio; // 0x8c | 140
136
- void * m_hScriptInstance; // 0x90 | 144
137
- AttackerInfo_t m_AttackerInfo; // 0x98 | 152
138
- bool m_bInTakeDamageFlow; // 0xac | 172
134
+ int32_t m_nNumObjectsPenetrated; // 0x84 | 132
135
+ float m_flFriendlyFireDamageReductionRatio; // 0x88 | 136
139
136
140
137
private:
141
- [[maybe_unused]] int32_t m_nUnknown2; // 0xa0 | 176
138
+ [[maybe_unused]] uint8_t _x8c[0x58 ]; // 0x8c
139
+
140
+ public:
141
+ void * m_hScriptInstance; // 0xe8 | 232
142
+ AttackerInfo_t m_AttackerInfo; // 0xf0 | 240
143
+ bool m_bInTakeDamageFlow; // 0x104 | 260
144
+
145
+ private:
146
+ [[maybe_unused]] int32_t m_nUnknown2; // 0x108 | 264
142
147
};
143
- static_assert (sizeof (CTakeDamageInfo) == 184 );
148
+ static_assert (sizeof (CTakeDamageInfo) == 272 );
You can’t perform that action at this time.
0 commit comments