read_argc
- Синтаксис
-
native read_argc();
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- Returns number of client command arguments.
- Пометка
-
Should only be used inside of the client_command() forward.
- Пометка
-
This count includes the command itself. I.e. in a command with 4 arguments, this will return 5.
- Возвращает
- Number of arguments in the command