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

Method getSprite

src/Battlescape/Projectile.cpp:391–394  ·  view source on GitHub ↗

* Gets the bullet sprite. * @return Pointer to Surface. */

Source from the content-addressed store, hash-verified

389 * @return Pointer to Surface.
390 */
391Surface *Projectile::getSprite() const
392{
393 return _sprite;
394}
395
396/**
397 * Skips to the end of the trajectory.

Callers 3

drawTerrainMethod · 0.45
initMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected