MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setPosition

Method setPosition

game/state/shared/doodad.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void Doodad::setPosition(Vec3<float> position)
58{
59 this->position = position;
60 this->tileObject->setPosition(position);
61}
62
63sp<Image> Doodad::getSprite()
64{

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected