mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-05-14 17:35:36 +08:00
41 lines
1.7 KiB
C#
41 lines
1.7 KiB
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2024-03-29 21:16:02.890657436 UTC
|
|
|
|
namespace CS2Dumper.Schemas {
|
|
// Module: libengine2.so
|
|
// Classes count: 2
|
|
// Enums count: 0
|
|
public static class Libengine2 {
|
|
// Parent: None
|
|
// Fields count: 11
|
|
//
|
|
// Metadata:
|
|
// NetworkVarNames: m_nameStringableIndex (int32)
|
|
public static class CEntityIdentity {
|
|
public const nint m_nameStringableIndex = 0x14; // int32
|
|
public const nint m_name = 0x18; // CUtlSymbolLarge
|
|
public const nint m_designerName = 0x20; // CUtlSymbolLarge
|
|
public const nint m_flags = 0x30; // uint32
|
|
public const nint m_worldGroupId = 0x38; // WorldGroupId_t
|
|
public const nint m_fDataObjectTypes = 0x3C; // uint32
|
|
public const nint m_PathIndex = 0x40; // ChangeAccessorFieldPathIndex_t
|
|
public const nint m_pPrev = 0x58; // CEntityIdentity*
|
|
public const nint m_pNext = 0x60; // CEntityIdentity*
|
|
public const nint m_pPrevByClass = 0x68; // CEntityIdentity*
|
|
public const nint m_pNextByClass = 0x70; // CEntityIdentity*
|
|
}
|
|
// Parent: None
|
|
// Fields count: 4
|
|
//
|
|
// Metadata:
|
|
// NetworkVarNames: m_pEntity (CEntityIdentity*)
|
|
// NetworkVarNames: m_CScriptComponent (CScriptComponent::Storage_t)
|
|
public static class CEntityInstance {
|
|
public const nint m_iszPrivateVScripts = 0x8; // CUtlSymbolLarge
|
|
public const nint m_pEntity = 0x10; // CEntityIdentity*
|
|
public const nint m_CScriptComponent = 0x28; // CScriptComponent*
|
|
public const nint m_bVisibleinPVS = 0x30; // bool
|
|
}
|
|
}
|
|
}
|