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

Method getPosition

tests/test_tilemap.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 sp<VoxelMap> voxel;
17
18 Vec3<float> getPosition() const override { return this->position; }
19 bool hasVoxelMap(bool los [[maybe_unused]]) const override { return true; }
20 sp<VoxelMap> getVoxelMap(Vec3<int>, bool) const override { return this->voxel; }
21

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected