Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
void Doodad::setPosition(Vec3<float> position)
58
{
59
this->position = position;
60
this->tileObject->setPosition(position);
61
}
62
63
sp<Image> Doodad::getSprite()
64
{
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected