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

Method getScroll

src/Interface/TextList.cpp:1121–1124  ·  view source on GitHub ↗

* get the scroll depth. * @return scroll depth. */

Source from the content-addressed store, hash-verified

1119 * @return scroll depth.
1120 */
1121size_t TextList::getScroll()
1122{
1123 return _scroll;
1124}
1125
1126/*
1127 * set the scroll depth.

Callers 4

moveSoldierUpMethod · 0.80
moveSoldierDownMethod · 0.80
initMethod · 0.80
drawThumbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected