Gen7Data/Scripts/Interfaces/BattleHistory.astypedef

6 lines
238 B
Plaintext
Raw Normal View History

2021-10-23 16:29:18 +00:00
type BattleHistory {
const HistoryElement@ TopElement { get const; };
const AttackUseHistory@ GetLastUsedAttack(uint maxTurns = 0) const;
const DamageHistory@ GetLastDamageOnTarget(Pokemon@ target, uint maxTurns = 0) const;
2021-10-23 16:29:18 +00:00
}