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

Method getTopBlackBand

src/Engine/Action.cpp:87–90  ·  view source on GitHub ↗

* Returns the height in pixel of the * top black band if any. * @return Screen's top black band. */

Source from the content-addressed store, hash-verified

85 * @return Screen's top black band.
86 */
87int Action::getTopBlackBand() const
88{
89 return _topBlackBand;
90}
91
92/**
93 * Returns the width in pixel of the

Callers 3

moveSoldierUpMethod · 0.80
moveSoldierDownMethod · 0.80
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected