AMX Mod X API Documentation

Signature
native bool:GameConfGetKeyValue(GameConfig:handle, const key[], buffer[], maxlen);
Description

Gets the value of a key from the "Keys" section.

Parameters
  • handle Game config handle
  • key Key to retrieve from the Keys section
  • buffer Destination string buffer
  • maxlen Maximum length of output string buffer
Returns

True if key existed, false otherwise

Errors
  • Invalid game config handle
Назад
Верх