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

Method getVoxelData

src/Resource/ResourcePack.cpp:268–271  ·  view source on GitHub ↗

* Returns the list of voxeldata in the resource set. * @return Pointer to the list of voxeldata. */

Source from the content-addressed store, hash-verified

266 * @return Pointer to the list of voxeldata.
267 */
268std::vector<Uint16> *ResourcePack::getVoxelData()
269{
270 return &_voxelData;
271}
272
273}

Callers 1

initUtilitiesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected