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

Method getPosition

src/Battlescape/Explosion.cpp:65–68  ·  view source on GitHub ↗

* Gets the current position in voxel space. * @return position in voxel space. */

Source from the content-addressed store, hash-verified

63 * @return position in voxel space.
64 */
65Position Explosion::getPosition() const
66{
67 return _position;
68}
69
70/**
71 * Gets the current frame in the animation.

Callers 15

nextStageMethod · 0.45
runMethod · 0.45
addXCOMUnitMethod · 0.45
addAlienMethod · 0.45
addCivilianMethod · 0.45
generateMapMethod · 0.45
explodePowerSourcesMethod · 0.45
placeUnitNearFriendMethod · 0.45
thinkMethod · 0.45
thinkMethod · 0.45
setupPatrolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected