![]() |
Chira Engine
A customizable MIT-licensed game engine.
|
Static Public Member Functions | |
static bool | hasConCommand (std::string_view name) |
static ConCommand * | getConCommand (std::string_view name) |
static std::vector< std::string > | getConCommandList () |
static bool | hasConVar (std::string_view name) |
static ConVar * | getConVar (std::string_view name) |
static std::vector< std::string > | getConVarList () |
Definition at line 60 of file ConEntry.h.