MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / cSrvToggleFOW

Function cSrvToggleFOW

source/modes/ConsoleCommands.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317Command::Result cSrvToggleFOW(const Command::ArgumentList_t& args, ConsoleInterface& c, GameMap& gameMap)
318{
319 gameMap.consoleAskToggleFOW();
320 return Command::Result::SUCCESS;
321}
322
323Command::Result cSrvSetCreatureLevel(const Command::ArgumentList_t& args, ConsoleInterface& c, GameMap& gameMap)
324{

Callers

nothing calls this directly

Calls 1

consoleAskToggleFOWMethod · 0.80

Tested by

no test coverage detected