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

Method getDeploymentData

src/Ruleset/AlienDeployment.cpp:105–108  ·  view source on GitHub ↗

* Gets a pointer to the data. * @return Pointer to the data. */

Source from the content-addressed store, hash-verified

103 * @return Pointer to the data.
104 */
105std::vector<DeploymentData>* AlienDeployment::getDeploymentData()
106{
107 return &_data;
108}
109
110/**
111 * Gets dimensions.

Callers 1

deployAliensMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected