CreatureLib/src/Battling/Models
Deukhoofd cb6725ab5e
continuous-integration/drone/push Build is failing Details
Adds support for script owner to clone command.
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
2021-10-29 21:55:49 +02:00
..
AttackLearnMethod.hpp Used ClangFormat style guide I'm happy with. 2019-11-28 12:55:22 +01:00
Battle.cpp Adds support for script owner to clone command. 2021-10-29 21:55:49 +02:00
Battle.hpp Reworks ScriptSources so we can get individual scripts on a source. Fixed OnEndTurn making no sense. 2021-10-29 19:31:08 +02:00
BattleParty.hpp Add new Creature::IsUsable function, which replaces IsFainted functionality in several places. 2021-06-19 12:33:31 +02:00
BattleRandom.cpp Make ScriptMacro a header instead of source file. 2020-02-19 15:32:43 +01:00
BattleRandom.hpp Use smart pointers for BattleSide. 2020-06-02 13:06:24 +02:00
BattleResult.hpp Use a precompiled header. 2020-09-25 13:05:15 +02:00
BattleSide.cpp Adds support for script owner to clone command. 2021-10-29 21:55:49 +02:00
BattleSide.hpp Reworks ScriptSources so we can get individual scripts on a source. Fixed OnEndTurn making no sense. 2021-10-29 19:31:08 +02:00
CreateCreature.cpp Make HeldItem OptionalBorrowedPtr. 2020-12-12 13:40:30 +01:00
CreateCreature.hpp Change Creature::Nickname to be an optional. 2021-09-19 11:40:18 +02:00
Creature.cpp Adds support for script owner to clone command. 2021-10-29 21:55:49 +02:00
Creature.hpp Reworks ScriptSources so we can get individual scripts on a source. Fixed OnEndTurn making no sense. 2021-10-29 19:31:08 +02:00
CreatureIndex.hpp Store CreatureIndex on Creature, includes helper function to get a creatures party from a battle. 2021-05-08 11:53:32 +02:00
CreatureParty.hpp Add new Creature::IsUsable function, which replaces IsFainted functionality in several places. 2021-06-19 12:33:31 +02:00
DamageSource.hpp Use a precompiled header. 2020-09-25 13:05:15 +02:00
ExecutingAttack.hpp Reworks ScriptSources so we can get individual scripts on a source. Fixed OnEndTurn making no sense. 2021-10-29 19:31:08 +02:00
LearnedAttack.cpp Style Fixes 2020-12-13 12:26:54 +01:00
LearnedAttack.hpp Make Clone functions const. 2021-04-11 16:01:18 +02:00