read_argv
- Синтаксис
-
native read_argv(id, output[], len);
Переменная | Описание |
---|---|
id |
Argument index starting from 1, 0 returns the command itself |
output |
Buffer to copy command argument to |
len |
Maximum buffer size |
- Описание
- Retrieves argument of client command as string.
- Пометка
-
Should only be used inside of the client_command() forward.
- Возвращает
- Number of cells written to buffer