MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetBackOpacity

Method SetBackOpacity

src/window.h:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319inline void Window::SetBackOpacity(int nback_opacity) {
320 back_opacity = nback_opacity;
321}
322
323inline int Window::GetContentsOpacity() const {
324 return contents_opacity;

Callers 10

RefreshMethod · 0.80
CreateUiMethod · 0.80
CreateCommandWindowMethod · 0.80
Window_MessageMethod · 0.80
InsertNewPageMethod · 0.80
Game_QuitMethod · 0.80
CreateHelpWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected