Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
359
void 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
CreateUi
Method · 0.45
CreateBattleTargetWindow
Method · 0.45
CreateBattleCommandWindow
Method · 0.45
ProcessSceneActionVictory
Method · 0.45
ProcessSceneActionDefeat
Method · 0.45
CreateOptions
Method · 0.45
Refresh
Method · 0.45
PushUiChoices
Method · 0.45
CreateRangeWindow
Method · 0.45
CreateChoicesWindow
Method · 0.45
CreateBattleTargetWindow
Method · 0.45
CreateBattleCommandWindow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected