native get_keyvalue(entity, const szKey[], value[], maxLength);
entity | Entity index |
szKey | Key to retrieve value of |
value | Buffer to copy value to |
maxLength | Maximum size of buffer |
Retrieves a value from an entities keyvalues.
Number of cells written to buffer
If an invalid entity index is provided or, if the index is a client index, the client is not connected, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.