mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-28 12:30:05 +08:00
16.10.2025 update
This commit is contained in:
@@ -1,26 +1,11 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-10-14 23:58:25.486779500 UTC
|
||||
// 2025-10-16 04:15:22.003365600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
// Class count: 48
|
||||
// Enum count: 2
|
||||
// Enum count: 1
|
||||
public static class Engine2Dll {
|
||||
// Alignment: 4
|
||||
// Member count: 3
|
||||
public enum EntityDormancyType_t : uint {
|
||||
ENTITY_NOT_DORMANT = 0x0,
|
||||
ENTITY_DORMANT = 0x1,
|
||||
ENTITY_SUSPENDED = 0x2
|
||||
}
|
||||
// Alignment: 4
|
||||
// Member count: 4
|
||||
public enum EntityIOTargetType_t : uint {
|
||||
ENTITY_IO_TARGET_INVALID = unchecked((uint)-1),
|
||||
ENTITY_IO_TARGET_ENTITYNAME = 0x2,
|
||||
ENTITY_IO_TARGET_EHANDLE = 0x6,
|
||||
ENTITY_IO_TARGET_ENTITYNAME_OR_CLASSNAME = 0x7
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 0
|
||||
public static class EventClientPostSimulate_t {
|
||||
@@ -40,7 +25,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_nTotalTicksThisFrame = 0x38; // int32
|
||||
public const nint m_nTotalTicks = 0x3C; // int32
|
||||
}
|
||||
// Parent:
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
public static class CEntityIOOutput {
|
||||
public const nint m_Value = 0x18; // CVariantBase<CVariantDefaultAllocator>
|
||||
|
||||
Reference in New Issue
Block a user