Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ DisableItem
Method
DisableItem
src/window_command.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void Window_Command::DisableItem(int i) {
55
SetItemEnabled(i, false);
56
}
57
58
void Window_Command::EnableItem(int i) {
59
SetItemEnabled(i, true);
Callers
6
CreateCommandWindow
Method · 0.80
SetBattleCommandsDisable
Method · 0.80
ProcessSceneActionFightAutoEscape
Method · 0.80
CreateWindows
Method · 0.80
CreateUi
Method · 0.80
CreateMainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected