Signature
native read_logargv(id, output[], len);
Description
Retrieves argument of log message.
Notes
- Should only be used inside of the plugin_log() forward.
Parameters
- id — Argument index, starting from 0
- output — Buffer to copy log argument to
- len — Maximum buffer size
Returns
Number of cells written to buffer