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

Method getPolygons

src/Resource/ResourcePack.cpp:122–125  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

120 * @return Pointer to the list of polygons.
121 */
122std::list<Polygon*> *ResourcePack::getPolygons()
123{
124 return &_polygons;
125}
126
127/**
128 * Returns the list of polylines in the resource set.

Callers 3

insideLandMethod · 0.80
cachePolygonsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected