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

Function getToolWidgetIndex

src/OpenLoco/src/Ui/ToolManager.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 int16_t getToolWidgetIndex()
151 {
152 return _toolWidgetIndex;
153 }
154 void setToolWidgetIndex(uint16_t toolWidgetIndex)
155 {
156 _toolWidgetIndex = toolWidgetIndex;

Callers 8

processMouseToolFunction · 0.85
isToolActiveFunction · 0.85
toolCancelFunction · 0.85
drawMethod · 0.85
rotateFunction · 0.85
stateViewportLeftFunction · 0.85
stateNormalLeftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected