MCPcopy Create free account
hub / github.com/EasyRPG/Player / ApplyStateEffects

Method ApplyStateEffects

src/game_battlealgorithm.cpp:334–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void Game_BattleAlgorithm::AlgorithmBase::ApplyStateEffects() {
335 // Apply states
336 for (auto& se: states) {
337 ApplyStateEffect(se);
338 }
339}
340
341int Game_BattleAlgorithm::AlgorithmBase::ApplyAttributeShiftEffect(AttributeEffect ae) {
342 auto* target = GetTarget();

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected