MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / ~SkillManager

Method ~SkillManager

source/game/SkillManager.cpp:530–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530SkillManager::~SkillManager()
531{
532 for(const SkillDef* skill : mSkills)
533 {
534 if(skill == nullptr)
535 continue;
536
537 delete skill->mSkill;
538 delete skill;
539 }
540 mSkills.clear();
541}
542
543bool SkillManager::isRoomAvailable(RoomType type, const Seat* seat)
544{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected