Adds Angelscript wrappers for Party.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-05-08 12:12:36 +02:00
parent 1c66aa8696
commit 6def68cf72
7 changed files with 87 additions and 11 deletions

View File

@@ -13,6 +13,7 @@
#include "TypeRegistry/Battling/RegisterBattleClass.hpp"
#include "TypeRegistry/Battling/RegisterBattleLibrary.hpp"
#include "TypeRegistry/Battling/RegisterExecutingAttack.hpp"
#include "TypeRegistry/Battling/RegisterParty.hpp"
#include "TypeRegistry/Battling/RegisterPokemonClass.hpp"
#include "TypeRegistry/Battling/RegisterTurnChoices.hpp"
#include "TypeRegistry/ConstString.hpp"
@@ -120,6 +121,7 @@ void AngelScriptResolver::RegisterTypes() {
Ensure(r >= 0);
RegisterPokemonClass::Register(_engine);
RegisterParty::Register(_engine);
RegisterExecutingAttack::Register(_engine);
RegisterTurnChoices::Register(_engine);
RegisterBattleLibrary::Register(_engine);