aboutsummaryrefslogtreecommitdiffstats
path: root/game/plugins/hooks.txt
diff options
context:
space:
mode:
authors_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-12 19:15:46 +0000
committers_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-12 19:15:46 +0000
commit8163ee219fbde2eb2508d57c8c1498e66df9db0d (patch)
tree968453d97f4df43a8c1112773928ff05598f2862 /game/plugins/hooks.txt
parent067a9f3484d6abae175453acb28bd556e0f570a4 (diff)
downloadusdx-8163ee219fbde2eb2508d57c8c1498e66df9db0d.tar.gz
usdx-8163ee219fbde2eb2508d57c8c1498e66df9db0d.tar.xz
usdx-8163ee219fbde2eb2508d57c8c1498e66df9db0d.zip
added previous ignored plugins
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2073 b956fd51-792f-4845-bead-9b4dfca2ff2c
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