Buffer containing keyvalue pairs
Type: Reference type
| Declaration | Description |
|---|---|
| edict_t@ GetClient() const | Gets the client that this buffer belongs to. |
| string GetValue(const string& in szKey) const | Gets a key value |
| void SetValue(const string& in szKey, const string& in szValue) const | Sets a key value. |
| void RemoveValue(const string& in szKey) | Removes a key value. If this is a physics key buffer, this will set the key to an empty string instead. |