Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
Game_Vehicle* MockGame::GetVehicle(Game_Vehicle::Type veh) {
55
return Game_Map::GetVehicle(veh);
56
}
57
58
Game_Event* MockGame::GetEvent(int id) {
59
return Game_Map::GetEvent(id);
Callers
3
game_character_moveto.cpp
File · 0.45
game_character.cpp
File · 0.45
testBoat
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected