Index  

trap_GetUsercmd

Description

Retrieves usercmd from client (movement, weapon, aim).

Prototype

    void trap_GetUsercmd(
        int clientNum,
         usercmd_t *cmd
    );

Parameters

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