MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getToolWindowType

Function getToolWindowType

src/OpenLoco/src/Ui/ToolManager.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 Ui::WindowType getToolWindowType()
133 {
134 return _toolWindowType;
135 }
136 void setToolWindowType(Ui::WindowType toolWindowType)
137 {
138 _toolWindowType = toolWindowType;

Callers 10

processMouseToolFunction · 0.85
toolCancelFunction · 0.85
onUpdateFunction · 0.85
openFunction · 0.85
onUpdateFunction · 0.85
sub_4CD454Function · 0.85
prepareDrawFunction · 0.85
stateViewportLeftFunction · 0.85
stateNormalLeftFunction · 0.85
processMouseOverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected