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

Method getObjects

src/Ruleset/MapDataSet.cpp:83–86  ·  view source on GitHub ↗

* Gets the objects in this dataset. * @return Pointer to the objects. */

Source from the content-addressed store, hash-verified

81 * @return Pointer to the objects.
82 */
83std::vector<MapData*> *MapDataSet::getObjects()
84{
85 return &_objects;
86}
87
88/**
89 * Gets the surfaces in this dataset.

Callers 6

loadMapResourcesMethod · 0.80
openDoorMethod · 0.80
destroyMethod · 0.80
generateMapMethod · 0.80
modifyDataMethod · 0.80
getMapDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected