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

Method getArrowsLeftEdge

src/Interface/TextList.cpp:115–118  ·  view source on GitHub ↗

* Gets the arrowsLeftEdge. * @return arrowsLeftEdge. */

Source from the content-addressed store, hash-verified

113 * @return arrowsLeftEdge.
114 */
115int TextList::getArrowsLeftEdge()
116{
117 return _arrowsLeftEdge;
118}
119
120/**
121 * Gets the arrowsRightEdge.

Callers 7

lstSoldiersClickMethod · 0.80
lstSoldiersMousePressMethod · 0.80
lstItemsMousePressMethod · 0.80
lstItemsMousePressMethod · 0.80
lstItemsMousePressMethod · 0.80
lstItemsMousePressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected