Added Remove Volatile functions for battle and creatures.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -118,6 +118,8 @@ namespace CreatureLib::Battling {
|
||||
void ClearVolatileScripts();
|
||||
void AddVolatileScript(const std::string& name);
|
||||
void AddVolatileScript(Script* script);
|
||||
void RemoveVolatileScript(const std::string& name);
|
||||
void RemoveVolatileScript(Script* script);
|
||||
|
||||
std::vector<LearnedAttack*>& GetAttacks() { return _attacks; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user