|
CS2-Kit
C++23 library for CS2 Metamod:Source plugin development
|
Functions | |
| void | Print (int slot, std::string_view message) |
| void | PrintAll (std::string_view message) |
| void | PrintFiltered (std::string_view message, const std::function< bool(const Players::Player *)> &filter) |
| void CS2Kit::Utils::Chat::Print | ( | int | slot, |
| std::string_view | message | ||
| ) |
| void CS2Kit::Utils::Chat::PrintAll | ( | std::string_view | message | ) |