C Interface to get targets array from ExecutingAttack.

Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
2020-08-14 17:59:56 +02:00
parent 73f48eab7a
commit 46ab060b99
2 changed files with 5 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ namespace CreatureLib::Battling {
}
inline uint8_t GetTargetCount() const noexcept { return _targetCount; }
inline const ArbUt::BorrowedPtr<Creature>* GetTargets() const noexcept { return _targets; }
inline uint8_t GetNumberOfHits() const noexcept { return _numberHits; }