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

Method GetScreenY

src/game_vehicle.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150int Game_Vehicle::GetScreenY(bool apply_jump) const {
151 return Game_Character::GetScreenY(apply_jump) - GetAltitude();
152}
153
154bool Game_Vehicle::CanLand() const {
155 return Game_Map::CanLandAirship(GetX(), GetY());

Callers 6

EventMethod · 0.45
DrawSingleMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
GetRealPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected