Adds script hook to change choice speed when determining turn order
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-19 16:11:25 +01:00
parent c078d91b0d
commit 5fce541ffb
3 changed files with 11 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ namespace CreatureLib::Battling {
_par_ const ArbUt::List<CreatureLib::Library::EffectParameter*>& parameters){};
virtual void OnBeforeTurn(_par_ const BaseTurnChoice* choice){};
virtual void ChangeSpeed(_par_ BaseTurnChoice* choice, _par_ uint32_t* speed){};
virtual void ChangePriority(_par_ AttackTurnChoice* choice, _par_ int8_t* priority){};
virtual void ChangeAttack(_par_ AttackTurnChoice* choice, _par_ ArbUt::StringView* outAttack){};
virtual void ModifyNumberOfHits(_par_ AttackTurnChoice* choice, _par_ u8* numberOfHits){};