Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
lcf::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
34
TEST_SUITE_BEGIN(
"EnemyAi"
);
35
Callers
2
testIrregularSkill
Function · 0.85
enemyai.cpp
File · 0.85
Calls
1
MakeDBSkill
Function · 0.85
Tested by
no test coverage detected