MCPcopy Create free account
hub / github.com/demoth/jake2 / SendCommand

Method SendCommand

client/src/main/java/jake2/client/CL.java:1397–1415  ·  view source on GitHub ↗

SendCommand

()

Source from the content-addressed store, hash-verified

1395 * SendCommand
1396 */
1397 private static void SendCommand() {
1398 // get new key events
1399 SendKeyEvents();
1400
1401 // allow mice or other external controllers to add commands
1402 IN.Commands();
1403
1404 // process console commands
1405 Cbuf.Execute();
1406
1407 // fix any cheating cvars
1408 FixCvarCheats();
1409
1410 // send intentions now
1411 CL_input.SendCmd();
1412
1413 // resend a connection request if necessary
1414 CheckForResend();
1415 }
1416
1417 // private static int lasttimecalled;
1418

Callers 1

FrameMethod · 0.95

Calls 6

SendKeyEventsMethod · 0.95
CommandsMethod · 0.95
ExecuteMethod · 0.95
FixCvarCheatsMethod · 0.95
SendCmdMethod · 0.95
CheckForResendMethod · 0.95

Tested by

no test coverage detected