MCPcopy Create free account
hub / github.com/JACoders/OpenJK / SV_ClientThink

Function SV_ClientThink

code/server/sv_client.cpp:392–400  ·  view source on GitHub ↗

================== SV_ClientThink ================== */

Source from the content-addressed store, hash-verified

390==================
391*/
392void SV_ClientThink (client_t *cl, usercmd_t *cmd) {
393 cl->lastUsercmd = *cmd;
394
395 if ( cl->state != CS_ACTIVE ) {
396 return; // may have been kicked during the last usercmd
397 }
398
399 ge->ClientThink( cl - svs.clients, cmd );
400}
401
402/*
403==================

Callers 1

SV_UserMoveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected