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

Method getPosition

src/Savegame/CraftWeaponProjectile.cpp:135–138  ·  view source on GitHub ↗

* Gets the y position of the projectile on the radar. */

Source from the content-addressed store, hash-verified

133 * Gets the y position of the projectile on the radar.
134 */
135int CraftWeaponProjectile::getPosition() const
136{
137 return _currentPosition;
138}
139
140/*
141 * Sets the x position of the projectile on the radar.

Callers 7

resetUnitTilesMethod · 0.45
getSpawnNodeMethod · 0.45
getPatrolNodeMethod · 0.45
prepareNewTurnMethod · 0.45
openDoorMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected