aboutsummaryrefslogtreecommitdiffstats
path: root/VideoPreview/game/plugins/hooks.txt
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-24 13:37:22 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-24 13:37:22 +0000
commit4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435 (patch)
treebd38163c7c1684d2ca07afbe5b0a03674ea4e0c3 /VideoPreview/game/plugins/hooks.txt
parent41e165cc8feebe6e4701f997c80e7722dd7c990c (diff)
downloadusdx-4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435.tar.gz
usdx-4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435.tar.xz
usdx-4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435.zip
branch to merge video preview in song menu
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2411 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'VideoPreview/game/plugins/hooks.txt')
-rw-r--r--VideoPreview/game/plugins/hooks.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/VideoPreview/game/plugins/hooks.txt b/VideoPreview/game/plugins/hooks.txt
new file mode 100644
index 00000000..7a91643d
--- /dev/null
+++ b/VideoPreview/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