mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
fix this
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-09-17 23:35:16.178232700 UTC
|
||||
// 2025-09-19 17:18:57.328261100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
@@ -334,17 +334,16 @@ namespace CS2Dumper.Schemas {
|
||||
// NetworkVarNames: m_nPersonaDataPublicCommendsFriendly (int)
|
||||
// NetworkVarNames: m_nPersonaDataXpTrailLevel (int)
|
||||
// NetworkVarNames: m_vecServerAuthoritativeWeaponSlots (ServerAuthoritativeWeaponSlot_t)
|
||||
// NetworkVarNames: m_vecNetworkableLoadout (CSNetworkableLoadout_t)
|
||||
public static class CCSPlayerController_InventoryServices {
|
||||
public const nint m_unMusicID = 0x40; // uint16
|
||||
public const nint m_rank = 0x44; // MedalRank_t[6]
|
||||
public const nint m_nPersonaDataPublicLevel = 0x5C; // int32
|
||||
public const nint m_nPersonaDataPublicCommendsLeader = 0x60; // int32
|
||||
public const nint m_nPersonaDataPublicCommendsTeacher = 0x64; // int32
|
||||
public const nint m_nPersonaDataPublicCommendsFriendly = 0x68; // int32
|
||||
public const nint m_nPersonaDataXpTrailLevel = 0x6C; // int32
|
||||
public const nint m_vecServerAuthoritativeWeaponSlots = 0x70; // C_UtlVectorEmbeddedNetworkVar<ServerAuthoritativeWeaponSlot_t>
|
||||
public const nint m_vecNetworkableLoadout = 0xD8; // C_UtlVectorEmbeddedNetworkVar<CSNetworkableLoadout_t>
|
||||
public const nint m_vecNetworkableLoadout = 0x40; // CUtlVector<CCSPlayerController_InventoryServices::NetworkedLoadoutSlot_t>
|
||||
public const nint m_unMusicID = 0x58; // uint16
|
||||
public const nint m_rank = 0x5C; // MedalRank_t[6]
|
||||
public const nint m_nPersonaDataPublicLevel = 0x74; // int32
|
||||
public const nint m_nPersonaDataPublicCommendsLeader = 0x78; // int32
|
||||
public const nint m_nPersonaDataPublicCommendsTeacher = 0x7C; // int32
|
||||
public const nint m_nPersonaDataPublicCommendsFriendly = 0x80; // int32
|
||||
public const nint m_nPersonaDataXpTrailLevel = 0x84; // int32
|
||||
public const nint m_vecServerAuthoritativeWeaponSlots = 0x88; // C_UtlVectorEmbeddedNetworkVar<ServerAuthoritativeWeaponSlot_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 1
|
||||
@@ -687,13 +686,6 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_flSeenTargetTime = 0x1134; // float32
|
||||
public const nint m_pTargetPanel = 0x1138; // C_PointClientUIWorldPanel*
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 3
|
||||
public static class CSNetworkableLoadout_t {
|
||||
public const nint m_ItemAttributeContainer = 0x30; // C_AttributeContainer
|
||||
public const nint m_unTeam = 0x508; // uint16
|
||||
public const nint m_unSlot = 0x50A; // uint16
|
||||
}
|
||||
// Parent: CPlayer_UseServices
|
||||
// Field count: 0
|
||||
public static class CCSObserver_UseServices {
|
||||
@@ -5133,6 +5125,13 @@ namespace CS2Dumper.Schemas {
|
||||
// Field count: 0
|
||||
public static class C_FuncMover {
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 3
|
||||
public static class CCSPlayerController_InventoryServices__NetworkedLoadoutSlot_t {
|
||||
public const nint pItem = 0x0; // C_EconItemView*
|
||||
public const nint team = 0x8; // uint16
|
||||
public const nint slot = 0xA; // uint16
|
||||
}
|
||||
// Parent: CEntityComponent
|
||||
// Field count: 69
|
||||
//
|
||||
|
Reference in New Issue
Block a user