MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / setY

Method setY

src/Engine/Surface.cpp:645–648  ·  view source on GitHub ↗

* Changes the position of the surface in the Y axis. * @param y Y position in pixels. */

Source from the content-addressed store, hash-verified

643 * @param y Y position in pixels.
644 */
645void Surface::setY(int y)
646{
647 _y = y;
648}
649
650/**
651 * Changes the visibility of the surface. A hidden surface

Callers 10

fixMethod · 0.45
centerAllSurfacesMethod · 0.45
lowerAllSurfacesMethod · 0.45
recenterMethod · 0.45
drawHandSpriteMethod · 0.45
lstSavesPressMethod · 0.45
addLineMethod · 0.45
ArticleStateVehicleMethod · 0.45
ArticleStateUfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected