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

Method Move

src/game_event.cpp:391–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391bool Game_Event::Move(int dir) {
392 Game_Character::Move(dir);
393 if (IsStopping()) {
394 CheckCollisonOnMoveFailure();
395 return false;
396 }
397 return true;
398}
399
400void Game_Event::UpdateNextMovementAction() {
401 if (!page) {

Callers 4

CommandMovePictureMethod · 0.45
testMoveFunction · 0.45
testStopFunction · 0.45
testAnimSpinFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected