Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ ViewRect
Function
ViewRect
library/include/modules/Screen.h:147–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
rect2d view, clip;
146
147
ViewRect(rect2d area) : view(area), clip(area) {}
148
ViewRect(rect2d area, rect2d clip) : view(area), clip(clip) {}
149
150
bool isDefunct() const {
Callers
1
viewport
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected