GameConfGetKeyValue
- Синтаксис
-
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