Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
1121
size_t TextList::getScroll()
1122
{
1123
return _scroll;
1124
}
1125
1126
/*
1127
* set the scroll depth.
Callers
4
moveSoldierUp
Method · 0.80
moveSoldierDown
Method · 0.80
init
Method · 0.80
drawThumb
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected