#include <public/IGameConfigs.h>
Public Member Functions | |
| virtual bool | GetOffset (const char *key, int *value)=0 |
| Returns an offset value. | |
| virtual SendProp * | GetSendProp (const char *key)=0 |
| Returns information about a dynamic offset. | |
| virtual const char * | GetKeyValue (const char *key)=0 |
| Returns the value of a key from the "Keys" section. | |
| virtual bool | GetMemSig (const char *key, void **addr)=0 |
| Retrieves a cached memory signature. | |
Definition at line 54 of file IGameConfigs.h.
| virtual bool SourceMod::IGameConfig::GetOffset | ( | const char * | key, | |
| int * | value | |||
| ) | [pure virtual] |
Returns an offset value.
| key | Key to retrieve from the offset section. | |
| value | Pointer to store the offset value in. |
| virtual SendProp* SourceMod::IGameConfig::GetSendProp | ( | const char * | key | ) | [pure virtual] |
Returns information about a dynamic offset.
| key | Key to retrieve from the property section. |
| virtual const char* SourceMod::IGameConfig::GetKeyValue | ( | const char * | key | ) | [pure virtual] |
Returns the value of a key from the "Keys" section.
| key | Key to retrieve from the Keys section. |
| virtual bool SourceMod::IGameConfig::GetMemSig | ( | const char * | key, | |
| void ** | addr | |||
| ) | [pure virtual] |
Retrieves a cached memory signature.
| key | Name of the signature. | |
| addr | Pointer to store the memory address in. |
1.5.1