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

Function ApplyAttributeSkillMultiplier

src/attribute.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156int ApplyAttributeSkillMultiplier(int effect, const Game_Battler& target, const lcf::rpg::Skill& skill) {
157 auto attribute_sets = Utils::MakeArray(&skill.attribute_effects);
158 return ApplyAttributeMultiplier(effect, target, MakeSpan(attribute_sets));
159}
160
161} // namespace Attribute

Callers 2

CalcSkillEffectFunction · 0.85
attribute.cppFile · 0.85

Calls 2

MakeArrayFunction · 0.85
ApplyAttributeMultiplierFunction · 0.85

Tested by

no test coverage detected