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

Method LockPan

src/game_player.cpp:766–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766void Game_Player::LockPan() {
767 data()->pan_state = lcf::rpg::SavePartyLocation::PanState_fixed;
768}
769
770void Game_Player::UnlockPan() {
771 data()->pan_state = lcf::rpg::SavePartyLocation::PanState_follow;

Callers 2

CommandPanScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected