debug esp

# Helpers
- GetPlayerInventoryComponent
- GetPlayerEquippedWeapon
- GetActorsOfType
This commit is contained in:
NightFyre
2024-01-26 19:28:58 -05:00
parent a454ccd815
commit 294e31579e
6 changed files with 175 additions and 15 deletions

View File

@ -518,9 +518,10 @@ namespace DX11_Base {
if (g_GameVariables->m_ShowDemo)
ImGui::ShowDemoWindow();
}
if (Config.isDebugESP)
ESP_DEBUG(Config.mDebugESPDistance);
}
void Menu::MainMenu()
{
@ -584,7 +585,6 @@ namespace DX11_Base {
void Menu::HUD(bool* p_open)
{
}
void Menu::Loops()