native bool:GameConfGetKeyValue(GameConfig:handle, const key[], buffer[], maxlen);
handle | Game config handle |
key | Key to retrieve from the Keys section |
buffer | Destination string buffer |
maxlen | Maximum length of output string buffer |
Gets the value of a key from the "Keys" section.
True if key existed, false otherwise
Invalid game config handle
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.