Avoid generating files for empty modules

This commit is contained in:
a2x
2024-04-07 18:23:52 +10:00
parent 9f37324266
commit 4944a3a630
72 changed files with 136 additions and 209 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2024-04-07 05:30:39.851724900 UTC
// 2024-04-07 08:19:03.265339800 UTC
#pragma once
@@ -2593,7 +2593,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_vecBackBoundsMin = 0xE64; //
constexpr std::ptrdiff_t m_vecBackBoundsMax = 0xE70; //
constexpr std::ptrdiff_t m_bAjarDoorShouldntAlwaysOpen = 0xE7C; // bool
constexpr std::ptrdiff_t m_hEntityBlocker = 0xE80; // CHandle<CEntityBlocker>
constexpr std::ptrdiff_t m_hEntityBlocker = 0xE80; //
}
// Parent: CBaseModelEntity
// Fields count: 21
@@ -3010,7 +3010,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_numCloseAttempts = 0xC48; // int32
constexpr std::ptrdiff_t m_nPhysicsMaterial = 0xC4C; // CUtlStringToken
constexpr std::ptrdiff_t m_SlaveName = 0xC50; // CUtlSymbolLarge
constexpr std::ptrdiff_t m_hMaster = 0xC58; //
constexpr std::ptrdiff_t m_hMaster = 0xC58; // CHandle<CBasePropDoor>
constexpr std::ptrdiff_t m_OnBlockedClosing = 0xC60; // CEntityIOOutput
constexpr std::ptrdiff_t m_OnBlockedOpening = 0xC88; // CEntityIOOutput
constexpr std::ptrdiff_t m_OnUnblockedClosing = 0xCB0; // CEntityIOOutput
@@ -6774,8 +6774,8 @@ namespace cs2_dumper {
// NetworkVarNames: m_hostageRescueZ (int)
// NetworkVarNames: m_bEndMatchNextMapAllVoted (bool)
namespace CCSPlayerResource {
constexpr std::ptrdiff_t m_bHostageAlive = 0x4C0; // bool[12]
constexpr std::ptrdiff_t m_isHostageFollowingSomeone = 0x4CC; // bool[12]
constexpr std::ptrdiff_t m_bHostageAlive = 0x4C0; //
constexpr std::ptrdiff_t m_isHostageFollowingSomeone = 0x4CC; //
constexpr std::ptrdiff_t m_iHostageEntityIDs = 0x4D8; // CEntityIndex[12]
constexpr std::ptrdiff_t m_bombsiteCenterA = 0x508; //
constexpr std::ptrdiff_t m_bombsiteCenterB = 0x514; //