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

Method SetAnimation

src/window_help.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void Window_Help::SetAnimation(Window_Help::Animation animation) {
80 text_x_scroll = 0;
81 this->animation = animation;
82}
83
84void Window_Help::UpdateScroll() {
85 if (animation == Animation::None) {

Callers 1

CreateOptionsWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected