MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / DebugCmdScrollView

Function DebugCmdScrollView

Source/debug.cpp:882–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880}
881
882std::string DebugCmdScrollView(const string_view parameter)
883{
884 DebugScrollViewEnabled = !DebugScrollViewEnabled;
885 if (DebugScrollViewEnabled)
886 return "You can see as far as an eagle.";
887 InitMultiView();
888 return "If you want to see the world, you need to explore it yourself.";
889}
890
891std::string DebugCmdItemInfo(const string_view parameter)
892{

Callers

nothing calls this directly

Calls 1

InitMultiViewFunction · 0.85

Tested by

no test coverage detected