Home
last modified time | relevance | path

Searched refs:cgameUserHoldableValue (Results 1 – 6 of 6) sorted by relevance

/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dclient.h135 int cgameUserHoldableValue; // current holdable item to add to usercmd_t //----(SA) added member
H A Dcl_input.c619 cmd->holdable = cl.cgameUserHoldableValue; //----(SA) modified in CL_FinishMove()
H A Dcl_cgame.c189 cl.cgameUserHoldableValue = holdableValue; in CL_SetUserCmdValue()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dclient.h135 int cgameUserHoldableValue; // current holdable item to add to usercmd_t //----(SA) added member
H A Dcl_cgame.c192 cl.cgameUserHoldableValue = holdableValue; in CL_SetUserCmdValue()
H A Dcl_input.c642 cmd->holdable = cl.cgameUserHoldableValue; //----(SA) modified in CL_FinishMove()