aboutsummaryrefslogtreecommitdiffstats
path: root/Modis/SDK/Hooks.txt
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-16 23:19:11 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-16 23:19:11 +0000
commit4231c33ad7c7765fd3851c5c7168f8c7d367deef (patch)
treef6fb594f3263befbea762d29c9cf08f91be18da3 /Modis/SDK/Hooks.txt
parent7b2b341341c0434a6b39d0f0f36fda9b7d23d0ef (diff)
downloadusdx-4231c33ad7c7765fd3851c5c7168f8c7d367deef.tar.gz
usdx-4231c33ad7c7765fd3851c5c7168f8c7d367deef.tar.xz
usdx-4231c33ad7c7765fd3851c5c7168f8c7d367deef.zip
nearly finished Cores loading procs
Add PluginLoader Unit to implent new PluginLoader Reordered Delphi .dpr uses clausel git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@519 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Modis/SDK/Hooks.txt')
-rw-r--r--Modis/SDK/Hooks.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modis/SDK/Hooks.txt b/Modis/SDK/Hooks.txt
index 32237694..f63773e0 100644
--- a/Modis/SDK/Hooks.txt
+++ b/Modis/SDK/Hooks.txt
@@ -7,6 +7,7 @@ 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.