MCPcopy Create free account
hub / github.com/ZDoom/Raze / PrintCommand

Method PrintCommand

source/common/console/c_dispatch.cpp:576–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574//===========================================================================
575
576void FConsoleCommand::PrintCommand()
577{
578 Printf("%s\n", m_Name.GetChars());
579}
580
581FString SubstituteAliasParams (FString &command, FCommandLine &args)
582{

Callers 1

DumpHashFunction · 0.80

Calls 2

PrintfFunction · 0.85
GetCharsMethod · 0.45

Tested by

no test coverage detected