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

Function AppendArenaOverview

Source/control.cpp:371–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void AppendArenaOverview(std::string &ret)
372{
373 for (int arena = SL_FIRST_ARENA; arena <= SL_LAST; arena++) {
374 StrAppend(ret, "\n", arena - SL_FIRST_ARENA + 1, " (", QuestLevelNames[arena], ")");
375 }
376}
377
378const dungeon_type DungeonTypeForArena[] = {
379 dungeon_type::DTYPE_CATHEDRAL, // SL_ARENA_CHURCH

Callers 1

TextCmdArenaFunction · 0.85

Calls 1

StrAppendFunction · 0.50

Tested by

no test coverage detected