Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
Game_Player* MockGame::GetPlayer() {
51
return Main_Data::game_player.get();
52
}
53
54
Game_Vehicle* MockGame::GetVehicle(Game_Vehicle::Type veh) {
55
return Game_Map::GetVehicle(veh);
Callers
4
testAnimPan
Function · 0.80
testAnimBlocked
Function · 0.80
game_character_moveto.cpp
File · 0.80
testMove
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected