MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_scroll

Method get_scroll

editor/doc/editor_help.cpp:3417–3419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3415}
3416
3417int EditorHelp::get_scroll() const {
3418 return class_desc->get_v_scroll_bar()->get_value();
3419}
3420
3421void EditorHelp::set_scroll(int p_scroll) {
3422 class_desc->get_v_scroll_bar()->set_value(p_scroll);

Callers 3

_save_historyMethod · 0.45
_go_to_tabMethod · 0.45
_update_history_posMethod · 0.45

Calls 2

get_valueMethod · 0.45
get_v_scroll_barMethod · 0.45

Tested by

no test coverage detected