Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ invalidate
Method
invalidate
src/openrct2/interface/WindowBase.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void WindowBase::invalidate()
27
{
28
GfxSetDirtyBlocks({ windowPos, windowPos + ScreenCoordsXY{ width, height } });
29
}
30
31
void WindowBase::removeViewport()
32
{
Callers
15
WindowUpdateAll
Function · 0.45
WindowPushOthersRight
Function · 0.45
WindowPushOthersBelow
Function · 0.45
WindowScrollToLocation
Function · 0.45
WindowZoomSet
Function · 0.45
ViewportSetUndergroundFlag
Function · 0.45
ViewportRotateSingleInternal
Function · 0.45
ShowGridlines
Function · 0.45
HideGridlines
Function · 0.45
ShowLandRights
Function · 0.45
HideLandRights
Function · 0.45
ShowConstructionRights
Function · 0.45
Calls
1
GfxSetDirtyBlocks
Function · 0.85
Tested by
no test coverage detected