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

Method getPolylines

src/Resource/ResourcePack.cpp:131–134  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

129 * @return Pointer to the list of polylines.
130 */
131std::list<Polyline*> *ResourcePack::getPolylines()
132{
133 return &_polylines;
134}
135
136/**
137 * Returns a specific music from the resource set.

Callers 1

drawDetailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected