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

Method getHorizontalPosition

src/Savegame/CraftWeaponProjectile.cpp:152–155  ·  view source on GitHub ↗

* Gets the x position of the projectile. */

Source from the content-addressed store, hash-verified

150 * Gets the x position of the projectile.
151 */
152int CraftWeaponProjectile::getHorizontalPosition() const
153{
154 return _horizontalPosition;
155}
156
157/*
158 * Marks the projectile to be removed.

Callers 1

drawProjectileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected