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

Method getLeftBlackBand

src/Engine/Action.cpp:97–100  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

95 * @return Screen's left black band.
96 */
97int Action::getLeftBlackBand() const
98{
99 return _leftBlackBand;
100}
101
102/**
103 * Returns the X position of the

Callers 3

moveSoldierUpMethod · 0.80
moveSoldierDownMethod · 0.80
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected