native
read_args
Syntax
native read_args(output[], len);
Description
Retrieves full client command string.
Parameters
| output | Buffer to copy command line to |
|---|---|
| len | Maximum buffer size |
Note
Should only be used inside of the client_command() forward.
Return
Number of cells written to buffer