MCPcopy Create free account
hub / github.com/assaultcube/AC / processtextinput

Function processtextinput

source/src/console.cpp:584–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584void processtextinput(const char *text)
585{
586 if(saycommandon)
587 {
588 cmdline.say(text);
589 }
590 else
591 {
592 menusay(text);
593 }
594}
595
596void keypress(int keycode, int scancode, bool isdown, SDL_Keymod mod)
597{

Callers 1

checkinputFunction · 0.85

Calls 2

menusayFunction · 0.85
sayMethod · 0.45

Tested by

no test coverage detected