From 394e5e3dec8b507c42de91ca48115e19f66b09e6 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Tue, 18 May 2010 20:21:06 +0000 Subject: branch current trunk to branches/experimental/us_maker_edition to merge editor changes from davidus01 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2384 b956fd51-792f-4845-bead-9b4dfca2ff2c --- us_maker_edition/game/plugins/hooks.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 us_maker_edition/game/plugins/hooks.txt (limited to 'us_maker_edition/game/plugins/hooks.txt') diff --git a/us_maker_edition/game/plugins/hooks.txt b/us_maker_edition/game/plugins/hooks.txt new file mode 100644 index 00000000..7a91643d --- /dev/null +++ b/us_maker_edition/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