From 8163ee219fbde2eb2508d57c8c1498e66df9db0d Mon Sep 17 00:00:00 2001 From: s_alexander Date: Tue, 12 Jan 2010 19:15:46 +0000 Subject: added previous ignored plugins git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2073 b956fd51-792f-4845-bead-9b4dfca2ff2c --- game/plugins/hooks.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 game/plugins/hooks.txt (limited to 'game/plugins/hooks.txt') 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 -- cgit v1.2.3