aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/game/plugins
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Lua/game/plugins/hooks.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lua/game/plugins/hooks.txt b/Lua/game/plugins/hooks.txt
index a30bdc62..7a91643d 100644
--- a/Lua/game/plugins/hooks.txt
+++ b/Lua/game/plugins/hooks.txt
@@ -1,4 +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 \ No newline at end of file
+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