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

Method shouldsave

source/src/console.cpp:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 }
383
384 bool shouldsave()
385 {
386 return strcmp(cmdline.buf, buf) ||
387 (cmdaction ? !action || strcmp(cmdaction, action) : action!=NULL) ||
388 (cmdprompt ? !prompt || strcmp(cmdprompt, prompt) : prompt!=NULL);
389 }
390
391 void save()
392 {

Callers 1

consolekeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected