native json_object_get_name(const JSON:object, index, buffer[], maxlen);
object | Object handle |
index | Position from which get key name |
buffer | Buffer to copy string to |
maxlen | Maximum size of the buffer |
Gets name of the object's key.
The number of cells written to the buffer
If passed handle is not a valid object
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.