aboutsummaryrefslogtreecommitdiffstats
path: root/game/plugins/hooks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'game/plugins/hooks.txt')
-rw-r--r--game/plugins/hooks.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/game/plugins/hooks.txt b/game/plugins/hooks.txt
new file mode 100644
index 00000000..7a91643d
--- /dev/null
+++ b/game/plugins/hooks.txt
@@ -0,0 +1,5 @@
+this document lists all hooks that are available and created by usdx
+Usdx.LoadingFinished - called when all plugins are loaded, not breakable
+Display.PreDraw - called before a frame is Drawn - not breakable
+Display.Draw - called after a frame w/ screen is drawn. you can draw above screen here
+ScreenSing.SongLoaded - called after a song is loaded to ScreenSing in OnShow, not breakable \ No newline at end of file