Index
trap_GetUsercmd
Description
Retrieves usercmd from client (movement, weapon, aim).
Prototype
void
trap_GetUsercmd
(
int
clientNum
,
usercmd_t
*
cmd
)
;
Parameters
clientNum
: The clientNum to retreive cmd from.
cmd
: Pointer to a usercmd_t to fill.
Remarks
This function will retrieve the usercmd_t generated by the client portion of the Q3 binary and place it in what it pointed to by cmd.
Return value
This function has no return value.
See also
Author(s)
Timbo
QuakeIII trap calls reference