From 678cc132f942ff4d84a803550eedf96acc543bca Mon Sep 17 00:00:00 2001 From: tobigun Date: Sun, 23 May 2010 09:07:15 +0000 Subject: update to trunk rev. 2391 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2401 b956fd51-792f-4845-bead-9b4dfca2ff2c --- cmake/game/plugins/hooks.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cmake/game/plugins/hooks.txt (limited to 'cmake/game/plugins/hooks.txt') diff --git a/cmake/game/plugins/hooks.txt b/cmake/game/plugins/hooks.txt new file mode 100644 index 00000000..7a91643d --- /dev/null +++ b/cmake/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 -- cgit v1.2.3