Dota2Patcher
 
Loading...
Searching...
No Matches
CCvar Class Reference

#include <CCvar.h>

Public Member Functions

CCvarNodesnode () const
 
optional< CCvarNode * > find_by_name (const string &name_to_find) const
 
size_t load_convars () const
 

Static Public Attributes

static std::unordered_map< string, CCvarNode * > g_convars
 Global variable to store dumped ConVars.
 

Member Function Documentation

◆ find_by_name()

optional< CCvarNode * > CCvar::find_by_name ( const string &  name_to_find) const
inline

◆ load_convars()

size_t CCvar::load_convars ( ) const
inline

◆ node()

CCvarNodes * CCvar::node ( ) const
inline

Member Data Documentation

◆ g_convars

std::unordered_map<string, CCvarNode*> CCvar::g_convars
inlinestatic

Global variable to store dumped ConVars.


The documentation for this class was generated from the following file: