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

Method SetSwitchDisable

src/game_battlealgorithm.cpp:521–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void Game_BattleAlgorithm::AlgorithmBase::SetSwitchDisable(int switch_id) {
522 switch_off.push_back(switch_id);
523}
524
525const lcf::rpg::Sound* Game_BattleAlgorithm::AlgorithmBase::GetStartSe() const {
526 return NULL;

Callers 2

SetEnemyActionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected