C Interface to get targets array from ExecutingAttack.
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user