Index
trap_Argc
Description
Returns the number of arguments to a console command.
Prototype
int
trap_Argc
(
void
)
;
Parameters
This function has no parameters.
Remarks
Whenever a client issues a console command it can have arguments passed with it.
Return value
This function returns the number of arguments identically to the argc found in C programs.
See also
trap_Argv
Author(s)
Timbo
QuakeIII trap calls reference