Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
319
inline void Window::SetBackOpacity(int nback_opacity) {
320
back_opacity = nback_opacity;
321
}
322
323
inline int Window::GetContentsOpacity() const {
324
return contents_opacity;
Callers
10
Refresh
Method · 0.80
CreateUi
Method · 0.80
CreateBattleTargetWindow
Method · 0.80
CreateBattleCommandWindow
Method · 0.80
CreateCommandWindow
Method · 0.80
Window_Message
Method · 0.80
InsertNewPage
Method · 0.80
Game_Quit
Method · 0.80
CreateTranslationWindow
Method · 0.80
CreateHelpWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected