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

Method GetSkill

src/window_skill.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42const lcf::rpg::Skill* Window_Skill::GetSkill() const {
43 if (index < 0) {
44 return nullptr;
45 }
46
47 return lcf::ReaderUtil::GetElement(lcf::Data::skills, data[index]);
48}
49
50void Window_Skill::Refresh() {
51 data.clear();

Callers 6

vUpdateMethod · 0.80
TransitionOutMethod · 0.80
AddStateMethod · 0.80
EnemySelectedMethod · 0.80
AllySelectedMethod · 0.80
SkillSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected