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
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2075,7 +2075,6 @@ namespace cs2_dumper {
|
||||
// NetworkVarNames: m_nPersonaDataPublicCommendsFriendly (int)
|
||||
// NetworkVarNames: m_nPersonaDataXpTrailLevel (int)
|
||||
// NetworkVarNames: m_vecServerAuthoritativeWeaponSlots (ServerAuthoritativeWeaponSlot_t)
|
||||
// NetworkVarNames: m_vecNetworkableLoadout (CSNetworkableLoadout_t)
|
||||
namespace CCSPlayerController_InventoryServices {
|
||||
constexpr std::ptrdiff_t m_unMusicID = 0x40; // uint16
|
||||
constexpr std::ptrdiff_t m_rank = 0x44; // MedalRank_t[6]
|
||||
@@ -2085,8 +2084,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_nPersonaDataPublicCommendsFriendly = 0x68; // int32
|
||||
constexpr std::ptrdiff_t m_nPersonaDataXpTrailLevel = 0x6C; // int32
|
||||
constexpr std::ptrdiff_t m_unEquippedPlayerSprayIDs = 0xF48; // uint32[1]
|
||||
constexpr std::ptrdiff_t m_vecServerAuthoritativeWeaponSlots = 0xF50; // CUtlVectorEmbeddedNetworkVar<ServerAuthoritativeWeaponSlot_t>
|
||||
constexpr std::ptrdiff_t m_vecNetworkableLoadout = 0xFD8; // CUtlVectorEmbeddedNetworkVar<CSNetworkableLoadout_t>
|
||||
constexpr std::ptrdiff_t m_unCurrentLoadoutHash = 0xF50; // uint64
|
||||
constexpr std::ptrdiff_t m_vecServerAuthoritativeWeaponSlots = 0xF58; // CUtlVectorEmbeddedNetworkVar<ServerAuthoritativeWeaponSlot_t>
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 0
|
||||
@@ -2297,13 +2296,6 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_iszInteractsAs = 0x7F8; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_iszInteractsWith = 0x800; // CUtlSymbolLarge
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 3
|
||||
namespace CSNetworkableLoadout_t {
|
||||
constexpr std::ptrdiff_t m_ItemAttributeContainer = 0x30; // CAttributeContainer
|
||||
constexpr std::ptrdiff_t m_unTeam = 0x328; // uint16
|
||||
constexpr std::ptrdiff_t m_unSlot = 0x32A; // uint16
|
||||
}
|
||||
// Parent: CPlayer_UseServices
|
||||
// Field count: 0
|
||||
namespace CCSObserver_UseServices {
|
||||
@@ -8389,6 +8381,13 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_iszAchievementEventID = 0x4F8; // CUtlSymbolLarge
|
||||
constexpr std::ptrdiff_t m_OnFired = 0x500; // CEntityIOOutput
|
||||
}
|
||||
// Parent: None
|
||||
// Field count: 3
|
||||
namespace CCSPlayerController_InventoryServices__NetworkedLoadoutSlot_t {
|
||||
constexpr std::ptrdiff_t pItem = 0x0; // CEconItemView*
|
||||
constexpr std::ptrdiff_t team = 0x8; // uint16
|
||||
constexpr std::ptrdiff_t slot = 0xA; // uint16
|
||||
}
|
||||
// Parent: CEntityComponent
|
||||
// Field count: 70
|
||||
//
|
||||
|
Reference in New Issue
Block a user