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

Method GetPlayer

tests/mock_game.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50Game_Player* MockGame::GetPlayer() {
51 return Main_Data::game_player.get();
52}
53
54Game_Vehicle* MockGame::GetVehicle(Game_Vehicle::Type veh) {
55 return Game_Map::GetVehicle(veh);

Callers 4

testAnimPanFunction · 0.80
testAnimBlockedFunction · 0.80
testMoveFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected