CS2-Kit
C++23 library for CS2 Metamod:Source plugin development
Loading...
Searching...
No Matches
Chat.cpp File Reference
#include <CS2Kit/Players/PlayerManager.hpp>
#include <CS2Kit/Sdk/UserMessage.hpp>
#include <CS2Kit/Utils/Chat.hpp>
#include <CS2Kit/Utils/ChatColors.hpp>
#include <string>

Go to the source code of this file.

Namespaces

namespace  CS2Kit
 
namespace  CS2Kit::Utils
 
namespace  CS2Kit::Utils::Chat
 

Functions

void CS2Kit::Utils::Chat::Print (int slot, std::string_view message)
 
void CS2Kit::Utils::Chat::PrintAll (std::string_view message)
 
void CS2Kit::Utils::Chat::PrintFiltered (std::string_view message, const std::function< bool(const Players::Player *)> &filter)