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

Method SetHeight

src/window.cpp:359–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void Window::SetHeight(int nheight) {
360 if (height != nheight) {
361 background_needs_refresh = true;
362 frame_needs_refresh = true;
363 }
364 height = nheight;
365}
366
367

Callers 13

CreateUiMethod · 0.45
CreateOptionsMethod · 0.45
RefreshMethod · 0.45
PushUiChoicesMethod · 0.45
CreateRangeWindowMethod · 0.45
CreateChoicesWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected