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

Method SetSwitchEnable

src/game_battlealgorithm.cpp:517–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void Game_BattleAlgorithm::AlgorithmBase::SetSwitchEnable(int switch_id) {
518 switch_on.push_back(switch_id);
519}
520
521void Game_BattleAlgorithm::AlgorithmBase::SetSwitchDisable(int switch_id) {
522 switch_off.push_back(switch_id);

Callers 2

SetEnemyActionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected