| 118 | } |
| 119 | |
| 120 | bool Window_Skill::CheckEnable(int skill_id) { |
| 121 | return actor->IsSkillLearned(skill_id) && actor->IsSkillUsable(skill_id); |
| 122 | } |
| 123 | |
| 124 | void Window_Skill::SetSubsetFilter(int subset) { |
| 125 | this->subset = subset; |
nothing calls this directly
no test coverage detected