MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ClosePopupView

Function ClosePopupView

Descent3/SmallViews.cpp:566–569  ·  view source on GitHub ↗

Get rid of a small view if it's a popup window Parameters: window - the window to get rid of

Source from the content-addressed store, hash-verified

564// Get rid of a small view if it's a popup window
565// Parameters: window - the window to get rid of
566void ClosePopupView(int window) {
567 if (Small_views[window].flags & SVF_POPUP)
568 CloseSmallView(window);
569}

Callers 1

msafe_CallFunctionFunction · 0.85

Calls 1

CloseSmallViewFunction · 0.85

Tested by

no test coverage detected