mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Small struct and class adjastments
This commit is contained in:

committed by
Nicholas Hastings

parent
2460e77afe
commit
f0d39355d6
@ -152,15 +152,15 @@ struct ConVarDataType_t
|
||||
const char* name;
|
||||
int data_size;
|
||||
int primitive; // 1 for primitive types, 0 for others
|
||||
void* GetStringValue;
|
||||
void* CopyValue;
|
||||
void* unk1;
|
||||
void* InitValue;
|
||||
void* CloneValue;
|
||||
void* DestroyValue;
|
||||
void* FromString;
|
||||
void* ToString;
|
||||
void* IsEqual;
|
||||
void* Clamp;
|
||||
const char* default_string_value;
|
||||
const char* undefined_string_value;
|
||||
ConVar* undefined_cvar;
|
||||
};
|
||||
|
||||
struct ConVarDesc_t
|
||||
|
Reference in New Issue
Block a user