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

Method UnlockPan

src/game_player.cpp:770–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770void Game_Player::UnlockPan() {
771 data()->pan_state = lcf::rpg::SavePartyLocation::PanState_follow;
772}
773
774void Game_Player::StartPan(int direction, int distance, int speed) {
775 distance *= SCREEN_TILE_SIZE;

Callers 2

CommandPanScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected