-
Notifications
You must be signed in to change notification settings - Fork 10
/
engine2.dll.cs
292 lines (291 loc) · 11.5 KB
/
engine2.dll.cs
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
// Dumped By FrezzyHook.com
// 2024-07-25 22:23:28.287805200 UTC
namespace CS2Dumper.Schemas {
// Module: engine2.dll
// Classes count: 44
// Enums count: 4
public static class Engine2Dll {
// Alignment: 4
// Members count: 3
public enum EntityDormancyType_t : uint {
ENTITY_NOT_DORMANT = 0x0,
ENTITY_DORMANT = 0x1,
ENTITY_SUSPENDED = 0x2
}
// Alignment: 4
// Members count: 4
public enum EntityIOTargetType_t : uint {
ENTITY_IO_TARGET_INVALID = 0xFFFFFFFFFFFFFFFF,
ENTITY_IO_TARGET_ENTITYNAME = 0x2,
ENTITY_IO_TARGET_EHANDLE = 0x6,
ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME = 0x7
}
// Alignment: 4
// Members count: 3
public enum SpawnDebugOverrideState_t : uint {
SPAWN_DEBUG_OVERRIDE_NONE = 0x0,
SPAWN_DEBUG_OVERRIDE_FORCE_ENABLED = 0x1,
SPAWN_DEBUG_OVERRIDE_FORCE_DISABLED = 0x2
}
// Alignment: 4
// Members count: 5
public enum SpawnDebugRestrictionOverrideState_t : uint {
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
// Fields count: 0
public static class EventClientPostSimulate_t {
}
// Parent: None
// Fields count: 3
public static class EventSimpleLoopFrameUpdate_t {
public const nint m_LoopState = 0x0; // EngineLoopState_t
public const nint m_flRealTime = 0x28; // float32
public const nint m_flFrameTime = 0x2C; // float32
}
// Parent: EventSimulate_t
// Fields count: 4
public static class EventPostAdvanceTick_t {
public const nint m_nCurrentTick = 0x30; // int32
public const nint m_nCurrentTickThisFrame = 0x34; // int32
public const nint m_nTotalTicksThisFrame = 0x38; // int32
public const nint m_nTotalTicks = 0x3C; // int32
}
// Parent: None
// Fields count: 1
public static class CEntityIOOutput {
public const nint m_Value = 0x18; // CVariantBase<CVariantDefaultAllocator>
}
// Parent: None
// Fields count: 1
public static class EventClientSceneSystemThreadStateChange_t {
public const nint m_bThreadsActive = 0x0; // bool
}
// Parent: None
// Fields count: 5
public static class EventClientOutput_t {
public const nint m_LoopState = 0x0; // EngineLoopState_t
public const nint m_flRenderTime = 0x28; // float32
public const nint m_flRealTime = 0x2C; // float32
public const nint m_flRenderFrameTimeUnbounded = 0x30; // float32
public const nint m_bRenderOnly = 0x34; // bool
}
// Parent: EventSimulate_t
// Fields count: 0
public static class EventServerPostSimulate_t {
}
// Parent: None
// Fields count: 4
public static class CEntityComponentHelper {
public const nint m_flags = 0x8; // uint32
public const nint m_pInfo = 0x10; // EntComponentInfo_t*
public const nint m_nPriority = 0x18; // int32
public const nint m_pNext = 0x20; // CEntityComponentHelper*
}
// Parent: EventAdvanceTick_t
// Fields count: 0
public static class EventClientAdvanceTick_t {
}
// Parent: None
// Fields count: 0
public static class EntInput_t {
}
// Parent: None
// Fields count: 1
public static class CNetworkVarChainer {
public const nint m_PathIndex = 0x20; // ChangeAccessorFieldPathIndex_t
}
// Parent: EventSimulate_t
// Fields count: 0
public static class EventClientSimulate_t {
}
// Parent: None
// Fields count: 5
public static class EventClientPostOutput_t {
public const nint m_LoopState = 0x0; // EngineLoopState_t
public const nint m_flRenderTime = 0x28; // float64
public const nint m_flRenderFrameTime = 0x30; // float32
public const nint m_flRenderFrameTimeUnbounded = 0x34; // float32
public const nint m_bRenderOnly = 0x38; // bool
}
// Parent: None
// Fields count: 2
public static class EventClientPollInput_t {
public const nint m_LoopState = 0x0; // EngineLoopState_t
public const nint m_flRealTime = 0x28; // float32
}
// Parent: None
// Fields count: 1
public static class EventPreDataUpdate_t {
public const nint m_nCount = 0x0; // int32
}
// Parent: None
// Fields count: 3
public static class EventClientProcessGameInput_t {
public const nint m_LoopState = 0x0; // EngineLoopState_t
public const nint m_flRealTime = 0x28; // float32
public const nint m_flFrameTime = 0x2C; // float32
}
// Parent: None
// Fields count: 1
public static class EventFrameBoundary_t {
public const nint m_flFrameTime = 0x0; // float32
}
// Parent: None
// Fields count: 1
public static class EventAppShutdown_t {
public const nint m_nDummy0 = 0x0; // int32
}
// Parent: EventSimulate_t
// Fields count: 0
public static class EventServerSimulate_t {
}
// Parent: EventPostAdvanceTick_t
// Fields count: 0
public static class EventServerPostAdvanceTick_t {
}
// Parent: None
// Fields count: 1
public static class EventProfileStorageAvailable_t {
public const nint m_nSplitScreenSlot = 0x0; // CSplitScreenSlot
}
// Parent: None
// Fields count: 1
public static class EventPostDataUpdate_t {
public const nint m_nCount = 0x0; // int32
}
// Parent: EventSimulate_t
// Fields count: 0
public static class EventClientPreSimulate_t {
}
// Parent: EventSimulate_t
// Fields count: 0
public static class EventClientPauseSimulate_t {
}
// Parent: None
// Fields count: 0
public static class EventClientProcessNetworking_t {
}
// Parent: EventSimulate_t
// Fields count: 4
public static class EventAdvanceTick_t {
public const nint m_nCurrentTick = 0x30; // int32
public const nint m_nCurrentTickThisFrame = 0x34; // int32
public const nint m_nTotalTicksThisFrame = 0x38; // int32
public const nint m_nTotalTicks = 0x3C; // int32
}
// Parent: None
// Fields count: 0
public static class EventSplitScreenStateChanged_t {
}
// Parent: EventPostAdvanceTick_t
// Fields count: 0
public static class EventClientPostAdvanceTick_t {
}
// Parent: None
// Fields count: 0
public static class CVariantDefaultAllocator {
}
// Parent: None
// Fields count: 0
public static class EventModInitialized_t {
}
// Parent: None
// Fields count: 6
public static class EventClientPreOutput_t {
public const nint m_LoopState = 0x0; // EngineLoopState_t
public const nint m_flRenderTime = 0x28; // float64
public const nint m_flRenderFrameTime = 0x30; // float64
public const nint m_flRenderFrameTimeUnbounded = 0x38; // float64
public const nint m_flRealTime = 0x40; // float32
public const nint m_bRenderOnly = 0x44; // bool
}
// Parent: None
// Fields count: 4
public static class EventClientFrameSimulate_t {
public const nint m_LoopState = 0x0; // EngineLoopState_t
public const nint m_flRealTime = 0x28; // float32
public const nint m_flFrameTime = 0x2C; // float32
public const nint m_bScheduleSendTickPacket = 0x30; // bool
}
// Parent: EventAdvanceTick_t
// Fields count: 0
public static class EventServerAdvanceTick_t {
}
// Parent: None
// Fields count: 8
public static class EventSetTime_t {
public const nint m_LoopState = 0x0; // EngineLoopState_t
public const nint m_nClientOutputFrames = 0x28; // int32
public const nint m_flRealTime = 0x30; // float64
public const nint m_flRenderTime = 0x38; // float64
public const nint m_flRenderFrameTime = 0x40; // float64
public const nint m_flRenderFrameTimeUnbounded = 0x48; // float64
public const nint m_flRenderFrameTimeUnscaled = 0x50; // float64
public const nint m_flTickRemainder = 0x58; // float64
}
// Parent: None
// Fields count: 0
public static class EntOutput_t {
}
// Parent: None
// Fields count: 3
public static class EventSimulate_t {
public const nint m_LoopState = 0x0; // EngineLoopState_t
public const nint m_bFirstTick = 0x28; // bool
public const nint m_bLastTick = 0x29; // bool
}
// Parent: None
// Fields count: 0
public static class EventClientAdvanceNonRenderedFrame_t {
}
// Parent: EventSimulate_t
// Fields count: 0
public static class EventServerProcessNetworking_t {
}
// Parent: None
// Fields count: 0
public static class CEmptyEntityInstance {
}
// Parent: None
// Fields count: 7
public static class EntComponentInfo_t {
public const nint m_pName = 0x0; // char*
public const nint m_pCPPClassname = 0x8; // char*
public const nint m_pNetworkDataReferencedDescription = 0x10; // char*
public const nint m_pNetworkDataReferencedPtrPropDescription = 0x18; // char*
public const nint m_nRuntimeIndex = 0x20; // int32
public const nint m_nFlags = 0x24; // uint32
public const nint m_pBaseClassComponentHelper = 0x60; // CEntityComponentHelper*
}
// Parent: None
// Fields count: 4
public static class EngineLoopState_t {
public const nint m_nPlatWindowWidth = 0x18; // int32
public const nint m_nPlatWindowHeight = 0x1C; // int32
public const nint m_nRenderWidth = 0x20; // int32
public const nint m_nRenderHeight = 0x24; // int32
}
// Parent: None
// Fields count: 1
public static class EventClientPollNetworking_t {
public const nint m_nTickCount = 0x0; // int32
}
// Parent: None
// Fields count: 4
public static class EventClientProcessInput_t {
public const nint m_LoopState = 0x0; // EngineLoopState_t
public const nint m_flRealTime = 0x28; // float32
public const nint m_flTickInterval = 0x2C; // float32
public const nint m_flTickStartTime = 0x30; // float64
}
// Parent: EventSimulate_t
// Fields count: 0
public static class EventServerPollNetworking_t {
}
}
}