diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-03-21 19:11:54 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-03-21 19:11:54 +0000 |
commit | 31b5e9286f721b7cc81f620a28d8de5d0087c63c (patch) | |
tree | 6e2633706ea7660e21246940d06330e0d0098a44 /plugins/SDK/Hooks.txt | |
parent | 786adb9a238a6e8a4e49b16f691a926c265da232 (diff) | |
download | usdx-31b5e9286f721b7cc81f620a28d8de5d0087c63c.tar.gz usdx-31b5e9286f721b7cc81f620a28d8de5d0087c63c.tar.xz usdx-31b5e9286f721b7cc81f620a28d8de5d0087c63c.zip |
New plugin mode reverted (will be moved to a branch afterwards).
Party mode might work again (untested). This might break linux compatibility.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1641 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'plugins/SDK/Hooks.txt')
-rw-r--r-- | plugins/SDK/Hooks.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/SDK/Hooks.txt b/plugins/SDK/Hooks.txt deleted file mode 100644 index 999f552f..00000000 --- a/plugins/SDK/Hooks.txt +++ /dev/null @@ -1,20 +0,0 @@ -Ultrastar Deluxe Hook List ------------------------------------ -Here you can find the Events the Core offers to you: - --------------------- -Core: --------------------- -Core/LoadingFinished <- Hook is called after all Modules and Plugins are loaded completely, before MainLoop -Core/MainLoop <- Hook is called once in MainLoop before Drawing -Core/Translate <- Hook is called when Strings should be translated. If this is Retranslating lParam is Non Zero -Core/LoadTextures <- Hook is called when Textures should be Loaded. This will be called in Ogl Thread. If Textures are Reloaded (e.g. on Display ReInit) LParam is non Zero. -Core/ExitQuery <- Hook is called if someone querys an exit. (e.g. X is pressed). Not called on ForcedExit. If Chain is breaked the exit will be aborted. -Core/Exit <- Hook is called before Module a. Plugin unload. -Core/NewDebugInfo <- Hook is called everytime there is Debug Info to Output(only if Debug Mode is enabled). wParam: Pchar(Message), lParam: PChar(Reportername) -Core/NewError <- Hook is called everytime an error is reported. wParam: Pchar(Message), lParam: PChar(Reportername) - --------------------- -Display --------------------- -Display/onScreenChange <-Hook is called when there is an attemp to change Screen. wParam is address to Screens Name(Null Terminated). If Chain is breaked Screenchange will be aborted.
\ No newline at end of file |