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

Method GetVehicle

tests/mock_game.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54Game_Vehicle* MockGame::GetVehicle(Game_Vehicle::Type veh) {
55 return Game_Map::GetVehicle(veh);
56}
57
58Game_Event* MockGame::GetEvent(int id) {
59 return Game_Map::GetEvent(id);

Callers 3

game_character.cppFile · 0.45
testBoatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected