MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / LoadScrollBar

Function LoadScrollBar

Source/DiabloUI/scrollbar.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9OptionalOwnedClxSpriteList ArtScrollBarArrow;
10
11void LoadScrollBar()
12{
13 ArtScrollBarBackground = LoadPcx("ui_art\\sb_bg");
14 ArtScrollBarThumb = LoadPcx("ui_art\\sb_thumb");
15 ArtScrollBarArrow = LoadPcxSpriteList("ui_art\\sb_arrow", 4);
16}
17
18void UnloadScrollBar()
19{

Callers 3

UiSettingsMenuFunction · 0.85
selgame_InitFunction · 0.85
selhero_InitFunction · 0.85

Calls 2

LoadPcxFunction · 0.85
LoadPcxSpriteListFunction · 0.85

Tested by

no test coverage detected