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

Method getDimensions

src/Ruleset/AlienDeployment.cpp:116–121  ·  view source on GitHub ↗

* Gets dimensions. * @param width Width. * @param length Length. * @param height Height. */

Source from the content-addressed store, hash-verified

114 * @param height Height.
115 */
116void AlienDeployment::getDimensions(int *width, int *length, int *height)
117{
118 *width = _width;
119 *length = _length;
120 *height = _height;
121}
122
123/**
124 * Gets the number of civilians.

Callers 2

nextStageMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected