MCPcopy Create free account
hub / github.com/runhey/OnmyojiAutoScript / run

Method run

tasks/GotoMain/script_task.py:12–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10class ScriptTask(GameUi):
11
12 def run(self) -> None:
13 self.ui_get_current_page()
14 self.ui_goto(page_main)
15 raise TaskEnd('Goto main end')

Callers

nothing calls this directly

Calls 3

TaskEndClass · 0.90
ui_get_current_pageMethod · 0.80
ui_gotoMethod · 0.80

Tested by

no test coverage detected