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

Method GetPartyIndex

src/game_battler.cpp:606–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606int Game_Battler::GetPartyIndex() {
607 return GetParty().GetMemberIndex(this);
608}
609
610void Game_Battler::UpdateBattle() {
611 Shake::Update(shake.position, shake.time_left, shake.strength, shake.speed, false);

Callers 8

DrawFloatTextMethod · 0.80
ApplySpEffectMethod · 0.80
ApplyAtkEffectMethod · 0.80
ApplyDefEffectMethod · 0.80
ApplySpiEffectMethod · 0.80
ApplyAgiEffectMethod · 0.80
UpdateAtbGaugesMethod · 0.80

Calls 1

GetMemberIndexMethod · 0.80

Tested by

no test coverage detected