MCPcopy Create free account
hub / github.com/EasyRPG/Player / CheckEnable

Method CheckEnable

src/window_skill.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120bool Window_Skill::CheckEnable(int skill_id) {
121 return actor->IsSkillLearned(skill_id) && actor->IsSkillUsable(skill_id);
122}
123
124void Window_Skill::SetSubsetFilter(int subset) {
125 this->subset = subset;

Callers

nothing calls this directly

Calls 2

IsSkillLearnedMethod · 0.80
IsSkillUsableMethod · 0.45

Tested by

no test coverage detected