feat(world): model swapper (#1003)

This commit is contained in:
Aure7138
2023-02-21 06:20:40 +08:00
committed by GitHub
parent 99818d5301
commit 9c9164bfef
11 changed files with 167 additions and 3 deletions

View File

@ -103,6 +103,10 @@ namespace big
rage::fvector3 pos = *m_pointer->m_navigation->get_position();
teleport::to_coords({ pos.x, pos.y, pos.z });
}},
{"COPY HASH", [this] {
ImGui::SetClipboardText(std::format("0x{:08X}", (rage::joaat_t)m_pointer->m_model_info->m_hash).c_str());
g_notification_service->push("Context Menu", std::format("Copy hash 0x{:08X}", (rage::joaat_t)m_pointer->m_model_info->m_hash).c_str());
}}
}
};