feat(client): implement locale related calls

This commit is contained in:
VDm 2025-03-01 23:41:31 +04:00
parent eeab035664
commit 86153ccf53
5 changed files with 90 additions and 32 deletions

View file

@ -37,7 +37,7 @@ class CVar : public TSHashObject<CVar, HASHKEY_STRI> {
int32_t GetInt();
const char* GetString(void);
void InternalSet(const char*, bool, bool, bool, bool);
bool Set(const char*, bool, bool, bool, bool);
bool Set(const char* value, bool setValue, bool setReset, bool setDefault, bool a6);
bool Reset();
bool Default();
int32_t Update();