-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathengine2_dll.hpp
More file actions
317 lines (314 loc) · 13.4 KB
/
engine2_dll.hpp
File metadata and controls
317 lines (314 loc) · 13.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
// Generated using https://github.com/a2x/cs2-dumper
// 2024-10-16 08:28:04.792331200 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
namespace schemas {
// Module: engine2.dll
// Class count: 48
// Enum count: 4
namespace engine2_dll {
// Alignment: 4
// Member count: 3
enum class EntityDormancyType_t : uint32_t {
ENTITY_NOT_DORMANT = 0x0,
ENTITY_DORMANT = 0x1,
ENTITY_SUSPENDED = 0x2
};
// Alignment: 4
// Member count: 4
enum class EntityIOTargetType_t : uint32_t {
ENTITY_IO_TARGET_INVALID = 0xFFFFFFFFFFFFFFFF,
ENTITY_IO_TARGET_ENTITYNAME = 0x2,
ENTITY_IO_TARGET_EHANDLE = 0x6,
ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME = 0x7
};
// Alignment: 4
// Member count: 3
enum class SpawnDebugOverrideState_t : uint32_t {
SPAWN_DEBUG_OVERRIDE_NONE = 0x0,
SPAWN_DEBUG_OVERRIDE_FORCE_ENABLED = 0x1,
SPAWN_DEBUG_OVERRIDE_FORCE_DISABLED = 0x2
};
// Alignment: 4
// Member count: 5
enum class SpawnDebugRestrictionOverrideState_t : uint32_t {
SPAWN_DEBUG_RESTRICT_NONE = 0x0,
SPAWN_DEBUG_RESTRICT_IGNORE_MANAGER_DISTANCE_REQS = 0x1,
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_DISTANCE_LOS_REQS = 0x2,
SPAWN_DEBUG_RESTRICT_IGNORE_TEMPLATE_COOLDOWN_LIMITS = 0x4,
SPAWN_DEBUG_RESTRICT_IGNORE_TARGET_COOLDOWN_LIMITS = 0x8
};
// Parent: EventSimulate_t
// Field count: 0
namespace EventClientPostSimulate_t {
}
// Parent: None
// Field count: 3
namespace EventSimpleLoopFrameUpdate_t {
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
constexpr std::ptrdiff_t m_flRealTime = 0x28; // float32
constexpr std::ptrdiff_t m_flFrameTime = 0x2C; // float32
}
// Parent: EventSimulate_t
// Field count: 4
namespace EventPostAdvanceTick_t {
constexpr std::ptrdiff_t m_nCurrentTick = 0x30; // int32
constexpr std::ptrdiff_t m_nCurrentTickThisFrame = 0x34; // int32
constexpr std::ptrdiff_t m_nTotalTicksThisFrame = 0x38; // int32
constexpr std::ptrdiff_t m_nTotalTicks = 0x3C; // int32
}
// Parent: None
// Field count: 1
namespace CEntityIOOutput {
constexpr std::ptrdiff_t m_Value = 0x18; // CVariantBase<CVariantDefaultAllocator>
}
// Parent: None
// Field count: 1
namespace EventClientSceneSystemThreadStateChange_t {
constexpr std::ptrdiff_t m_bThreadsActive = 0x0; // bool
}
// Parent: None
// Field count: 5
namespace EventClientOutput_t {
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
constexpr std::ptrdiff_t m_flRenderTime = 0x28; // float32
constexpr std::ptrdiff_t m_flRealTime = 0x2C; // float32
constexpr std::ptrdiff_t m_flRenderFrameTimeUnbounded = 0x30; // float32
constexpr std::ptrdiff_t m_bRenderOnly = 0x34; // bool
}
// Parent: EventSimulate_t
// Field count: 0
namespace EventServerPostSimulate_t {
}
// Parent: None
// Field count: 4
namespace CEntityComponentHelper {
constexpr std::ptrdiff_t m_flags = 0x8; // uint32
constexpr std::ptrdiff_t m_pInfo = 0x10; // EntComponentInfo_t*
constexpr std::ptrdiff_t m_nPriority = 0x18; // int32
constexpr std::ptrdiff_t m_pNext = 0x20; // CEntityComponentHelper*
}
// Parent: None
// Field count: 1
namespace GameTime_t {
constexpr std::ptrdiff_t m_Value = 0x0; // float32
}
// Parent: None
// Field count: 0
namespace EventServerEndAsyncPostTickWork_t {
}
// Parent: EventAdvanceTick_t
// Field count: 0
namespace EventClientAdvanceTick_t {
}
// Parent: None
// Field count: 0
namespace EntInput_t {
}
// Parent: None
// Field count: 1
namespace CNetworkVarChainer {
constexpr std::ptrdiff_t m_PathIndex = 0x20; // ChangeAccessorFieldPathIndex_t
}
// Parent: EventSimulate_t
// Field count: 0
namespace EventClientSimulate_t {
}
// Parent: None
// Field count: 5
namespace EventClientPostOutput_t {
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
constexpr std::ptrdiff_t m_flRenderTime = 0x28; // float64
constexpr std::ptrdiff_t m_flRenderFrameTime = 0x30; // float32
constexpr std::ptrdiff_t m_flRenderFrameTimeUnbounded = 0x34; // float32
constexpr std::ptrdiff_t m_bRenderOnly = 0x38; // bool
}
// Parent: None
// Field count: 1
namespace GameTick_t {
constexpr std::ptrdiff_t m_Value = 0x0; // int32
}
// Parent: None
// Field count: 2
namespace EventClientPollInput_t {
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
constexpr std::ptrdiff_t m_flRealTime = 0x28; // float32
}
// Parent: None
// Field count: 1
namespace EventPreDataUpdate_t {
constexpr std::ptrdiff_t m_nCount = 0x0; // int32
}
// Parent: None
// Field count: 3
namespace EventClientProcessGameInput_t {
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
constexpr std::ptrdiff_t m_flRealTime = 0x28; // float32
constexpr std::ptrdiff_t m_flFrameTime = 0x2C; // float32
}
// Parent: None
// Field count: 1
namespace EventFrameBoundary_t {
constexpr std::ptrdiff_t m_flFrameTime = 0x0; // float32
}
// Parent: None
// Field count: 1
namespace EventAppShutdown_t {
constexpr std::ptrdiff_t m_nDummy0 = 0x0; // int32
}
// Parent: EventSimulate_t
// Field count: 0
namespace EventServerSimulate_t {
}
// Parent: EventPostAdvanceTick_t
// Field count: 0
namespace EventServerPostAdvanceTick_t {
}
// Parent: None
// Field count: 1
namespace EventProfileStorageAvailable_t {
constexpr std::ptrdiff_t m_nSplitScreenSlot = 0x0; // CSplitScreenSlot
}
// Parent: None
// Field count: 1
namespace EventPostDataUpdate_t {
constexpr std::ptrdiff_t m_nCount = 0x0; // int32
}
// Parent: EventSimulate_t
// Field count: 0
namespace EventClientPreSimulate_t {
}
// Parent: EventSimulate_t
// Field count: 0
namespace EventClientPauseSimulate_t {
}
// Parent: None
// Field count: 1
namespace EventClientProcessNetworking_t {
constexpr std::ptrdiff_t m_nTickCount = 0x0; // int32
}
// Parent: EventSimulate_t
// Field count: 4
namespace EventAdvanceTick_t {
constexpr std::ptrdiff_t m_nCurrentTick = 0x30; // int32
constexpr std::ptrdiff_t m_nCurrentTickThisFrame = 0x34; // int32
constexpr std::ptrdiff_t m_nTotalTicksThisFrame = 0x38; // int32
constexpr std::ptrdiff_t m_nTotalTicks = 0x3C; // int32
}
// Parent: None
// Field count: 0
namespace EventSplitScreenStateChanged_t {
}
// Parent: EventPostAdvanceTick_t
// Field count: 0
namespace EventClientPostAdvanceTick_t {
}
// Parent: None
// Field count: 0
namespace CVariantDefaultAllocator {
}
// Parent: None
// Field count: 0
namespace EventModInitialized_t {
}
// Parent: None
// Field count: 6
namespace EventClientPreOutput_t {
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
constexpr std::ptrdiff_t m_flRenderTime = 0x28; // float64
constexpr std::ptrdiff_t m_flRenderFrameTime = 0x30; // float64
constexpr std::ptrdiff_t m_flRenderFrameTimeUnbounded = 0x38; // float64
constexpr std::ptrdiff_t m_flRealTime = 0x40; // float32
constexpr std::ptrdiff_t m_bRenderOnly = 0x44; // bool
}
// Parent: None
// Field count: 4
namespace EventClientFrameSimulate_t {
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
constexpr std::ptrdiff_t m_flRealTime = 0x28; // float32
constexpr std::ptrdiff_t m_flFrameTime = 0x2C; // float32
constexpr std::ptrdiff_t m_bScheduleSendTickPacket = 0x30; // bool
}
// Parent: EventAdvanceTick_t
// Field count: 0
namespace EventServerAdvanceTick_t {
}
// Parent: None
// Field count: 8
namespace EventSetTime_t {
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
constexpr std::ptrdiff_t m_nClientOutputFrames = 0x28; // int32
constexpr std::ptrdiff_t m_flRealTime = 0x30; // float64
constexpr std::ptrdiff_t m_flRenderTime = 0x38; // float64
constexpr std::ptrdiff_t m_flRenderFrameTime = 0x40; // float64
constexpr std::ptrdiff_t m_flRenderFrameTimeUnbounded = 0x48; // float64
constexpr std::ptrdiff_t m_flRenderFrameTimeUnscaled = 0x50; // float64
constexpr std::ptrdiff_t m_flTickRemainder = 0x58; // float64
}
// Parent: None
// Field count: 0
namespace EntOutput_t {
}
// Parent: None
// Field count: 3
namespace EventSimulate_t {
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
constexpr std::ptrdiff_t m_bFirstTick = 0x28; // bool
constexpr std::ptrdiff_t m_bLastTick = 0x29; // bool
}
// Parent: None
// Field count: 0
namespace EventClientAdvanceNonRenderedFrame_t {
}
// Parent: EventSimulate_t
// Field count: 0
namespace EventServerProcessNetworking_t {
}
// Parent: None
// Field count: 0
namespace CEmptyEntityInstance {
}
// Parent: None
// Field count: 7
namespace EntComponentInfo_t {
constexpr std::ptrdiff_t m_pName = 0x0; // char*
constexpr std::ptrdiff_t m_pCPPClassname = 0x8; // char*
constexpr std::ptrdiff_t m_pNetworkDataReferencedDescription = 0x10; // char*
constexpr std::ptrdiff_t m_pNetworkDataReferencedPtrPropDescription = 0x18; // char*
constexpr std::ptrdiff_t m_nRuntimeIndex = 0x20; // int32
constexpr std::ptrdiff_t m_nFlags = 0x24; // uint32
constexpr std::ptrdiff_t m_pBaseClassComponentHelper = 0x60; // CEntityComponentHelper*
}
// Parent: None
// Field count: 4
namespace EngineLoopState_t {
constexpr std::ptrdiff_t m_nPlatWindowWidth = 0x18; // int32
constexpr std::ptrdiff_t m_nPlatWindowHeight = 0x1C; // int32
constexpr std::ptrdiff_t m_nRenderWidth = 0x20; // int32
constexpr std::ptrdiff_t m_nRenderHeight = 0x24; // int32
}
// Parent: None
// Field count: 1
namespace EventClientPollNetworking_t {
constexpr std::ptrdiff_t m_nTickCount = 0x0; // int32
}
// Parent: EventPostAdvanceTick_t
// Field count: 0
namespace EventServerBeginAsyncPostTickWork_t {
}
// Parent: None
// Field count: 4
namespace EventClientProcessInput_t {
constexpr std::ptrdiff_t m_LoopState = 0x0; // EngineLoopState_t
constexpr std::ptrdiff_t m_flRealTime = 0x28; // float32
constexpr std::ptrdiff_t m_flTickInterval = 0x2C; // float32
constexpr std::ptrdiff_t m_flTickStartTime = 0x30; // float64
}
// Parent: EventSimulate_t
// Field count: 0
namespace EventServerPollNetworking_t {
}
}
}
}