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

Function MakeAgiActor

tests/algo.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200auto* MakeAgiActor(int idx, int agi) {
201 auto* actor = Main_Data::game_party->GetActor(idx);
202 Setup(actor, 1, 1, 1, 1, 1, agi);
203 return actor;
204}
205
206static void testAgi(int src, int tgt, int res) {
207 auto& source = *MakeAgiActor(0, src);

Callers 2

testAgiFunction · 0.85
algo.cppFile · 0.85

Calls 2

SetupFunction · 0.85
GetActorMethod · 0.45

Tested by

no test coverage detected