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

Function MakeAgiEnemy

tests/algo.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194auto* MakeAgiEnemy(int idx, int agi) {
195 auto* enemy = Main_Data::game_enemyparty->GetEnemy(idx);
196 Setup(enemy, 1, 1, 1, 1, 1, agi);
197 return enemy;
198}
199
200auto* MakeAgiActor(int idx, int agi) {
201 auto* actor = Main_Data::game_party->GetActor(idx);

Callers 2

testAgiFunction · 0.85
algo.cppFile · 0.85

Calls 2

SetupFunction · 0.85
GetEnemyMethod · 0.80

Tested by

no test coverage detected