From c11d7c39abe898fb9faea6caccca7b8e8b721de6 Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:25:20 +1000 Subject: [PATCH] Rename `dwGameEntitySystem_getHighestEntityIndex` --- output/offsets.cs | 4 ++-- output/offsets.hpp | 4 ++-- output/offsets.json | 2 +- output/offsets.rs | 4 ++-- src/analysis/offsets.rs | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/output/offsets.cs b/output/offsets.cs index 78dca6f..486ddd2 100644 --- a/output/offsets.cs +++ b/output/offsets.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-06-12 06:08:34.023761 UTC +// 2024-06-12 12:24:23.003810900 UTC namespace CS2Dumper.Offsets { // Module: client.dll @@ -7,7 +7,7 @@ namespace CS2Dumper.Offsets { public const nint dwCSGOInput = 0x1A1E190; public const nint dwEntityList = 0x19B4998; public const nint dwGameEntitySystem = 0x1AD38B8; - public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510; + public const nint dwGameEntitySystem_highestEntityIndex = 0x1510; public const nint dwGameRules = 0x1A123F8; public const nint dwGlobalVars = 0x180E4E0; public const nint dwGlowManager = 0x1A11B10; diff --git a/output/offsets.hpp b/output/offsets.hpp index 6e493bd..bf7e361 100644 --- a/output/offsets.hpp +++ b/output/offsets.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-06-12 06:08:34.023761 UTC +// 2024-06-12 12:24:23.003810900 UTC #pragma once @@ -12,7 +12,7 @@ namespace cs2_dumper { constexpr std::ptrdiff_t dwCSGOInput = 0x1A1E190; constexpr std::ptrdiff_t dwEntityList = 0x19B4998; constexpr std::ptrdiff_t dwGameEntitySystem = 0x1AD38B8; - constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510; + constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1510; constexpr std::ptrdiff_t dwGameRules = 0x1A123F8; constexpr std::ptrdiff_t dwGlobalVars = 0x180E4E0; constexpr std::ptrdiff_t dwGlowManager = 0x1A11B10; diff --git a/output/offsets.json b/output/offsets.json index 8ff0cb1..2dcd4a7 100644 --- a/output/offsets.json +++ b/output/offsets.json @@ -3,7 +3,7 @@ "dwCSGOInput": 27386256, "dwEntityList": 26954136, "dwGameEntitySystem": 28129464, - "dwGameEntitySystem_getHighestEntityIndex": 5392, + "dwGameEntitySystem_highestEntityIndex": 5392, "dwGameRules": 27337720, "dwGlobalVars": 25224416, "dwGlowManager": 27335440, diff --git a/output/offsets.rs b/output/offsets.rs index 179c526..253fb6b 100644 --- a/output/offsets.rs +++ b/output/offsets.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2024-06-12 06:08:34.023761 UTC +// 2024-06-12 12:24:23.003810900 UTC #![allow(non_upper_case_globals, unused)] @@ -10,7 +10,7 @@ pub mod cs2_dumper { pub const dwCSGOInput: usize = 0x1A1E190; pub const dwEntityList: usize = 0x19B4998; pub const dwGameEntitySystem: usize = 0x1AD38B8; - pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510; + pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510; pub const dwGameRules: usize = 0x1A123F8; pub const dwGlobalVars: usize = 0x180E4E0; pub const dwGlowManager: usize = 0x1A11B10; diff --git a/src/analysis/offsets.rs b/src/analysis/offsets.rs index fb4a8e6..fe8698e 100644 --- a/src/analysis/offsets.rs +++ b/src/analysis/offsets.rs @@ -81,7 +81,7 @@ pattern_map! { }), "dwEntityList" => pattern!("488935${'} 4885f6") => None, "dwGameEntitySystem" => pattern!("488b1d${'} 48891d") => None, - "dwGameEntitySystem_getHighestEntityIndex" => pattern!("8b81u2?? 8902 488bc2 c3 cccccccc 48895c24? 48896c24") => None, + "dwGameEntitySystem_highestEntityIndex" => pattern!("8b81u2?? 8902 488bc2 c3 cccccccc 48895c24? 48896c24") => None, "dwGameRules" => pattern!("48891d${'} ff15${} 84c0") => None, "dwGlobalVars" => pattern!("48890d${'} 488941") => None, "dwGlowManager" => pattern!("488b05${'} c3 cccccccccccccccc 8b41") => None,