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

Function MakeSkill

tests/enemyai.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27lcf::rpg::Skill* MakeSkill(int id, int type, int scope) {
28 auto* s = MakeDBSkill(id, 90, 0, 0, 0, 0);
29 s->type = type;
30 s->scope = scope;
31 return s;
32}
33
34TEST_SUITE_BEGIN("EnemyAi");
35

Callers 2

testIrregularSkillFunction · 0.85
enemyai.cppFile · 0.85

Calls 1

MakeDBSkillFunction · 0.85

Tested by

no test coverage detected