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

Method setOriginVoxel

src/Battlescape/ProjectileFlyBState.cpp:667–670  ·  view source on GitHub ↗

* Set the origin voxel, used for the blaster launcher. * @param pos the origin voxel. */

Source from the content-addressed store, hash-verified

665 * @param pos the origin voxel.
666 */
667void ProjectileFlyBState::setOriginVoxel(Position pos)
668{
669 _originVoxel = pos;
670}
671
672/**
673 * Set the boolean flag to angle a blaster bomb towards the floor.

Callers 1

thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected