MCPcopy 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
54void Window_Command::DisableItem(int i) {
55 SetItemEnabled(i, false);
56}
57
58void Window_Command::EnableItem(int i) {
59 SetItemEnabled(i, true);

Callers 6

CreateCommandWindowMethod · 0.80
CreateWindowsMethod · 0.80
CreateUiMethod · 0.80
CreateMainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected