Retrieves a string value from a KeyValues key.
void KvGetString(Handle kv, const char[] key, char[] value, int maxlength, const char[] defvalue)
KeyValues Handle.
Name of the key, or NULL_STRING.
Buffer to store key value in.
Maximum length of the value buffer.
Optional default value to use if the key is not found.
Invalid Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.