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

Method SetNewParameters

src/window_equipstatus.cpp:56–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void Window_EquipStatus::SetNewParameters(
57 int new_atk, int new_def, int new_spi, int new_agi) {
58 draw_params = true;
59
60 dirty = true;
61
62 atk = new_atk;
63 def = new_def;
64 spi = new_spi;
65 agi = new_agi;
66}
67
68void Window_EquipStatus::ClearParameters() {
69 if (draw_params != false) {

Callers 1

UpdateStatusWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected