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

Method IsInParty

src/game_actor.cpp:1502–1504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1500}
1501
1502bool Game_Actor::IsInParty() const {
1503 return Main_Data::game_party->IsActorInParty(GetId());
1504}
1505
1506std::array<const lcf::rpg::Item*, 2> Game_Actor::GetWeapons(Game_Battler::Weapon weapon) const {
1507 std::array<const lcf::rpg::Item*, 2> w = {{}};

Callers

nothing calls this directly

Calls 1

IsActorInPartyMethod · 0.80

Tested by

no test coverage detected