CS2-Kit
C++23 library for CS2 Metamod:Source plugin development
Loading...
Searching...
No Matches
MenuRenderer.hpp File Reference
#include <CS2Kit/Menu/Menu.hpp>
#include <string>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  CS2Kit
 
namespace  CS2Kit::Menu
 

Functions

std::string CS2Kit::Menu::RenderMenuHtml (const Menu *menu, int slot, int selectedIndex, bool isSubmenu)
 
std::string CS2Kit::Menu::RenderCaptureOverlay (const std::string &menuTitle, std::string_view prompt)
 
std::string CS2Kit::Menu::DefaultHeader (const std::string &title, int currentPage, int totalPages)
 
std::string CS2Kit::Menu::DefaultFooter (bool isSubmenu, bool isPaginated)