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

Method getAcceleration

src/Ruleset/RuleUfo.cpp:153–156  ·  view source on GitHub ↗

* Gets the acceleration of the UFO for * taking off / stopping. * @return The acceleration. */

Source from the content-addressed store, hash-verified

151 * @return The acceleration.
152 */
153int RuleUfo::getAcceleration() const
154{
155 return _accel;
156}
157
158/**
159 * Gets the maximum damage done by the

Callers 1

ArticleStateCraftMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected