aboutsummaryrefslogtreecommitdiffstats
path: root/Modis/SDK/Services.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/Services.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/Services.txt')
-rw-r--r--Modis/SDK/Services.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/Modis/SDK/Services.txt b/Modis/SDK/Services.txt
index ae8f4097..7ed4be0e 100644
--- a/Modis/SDK/Services.txt
+++ b/Modis/SDK/Services.txt
@@ -1,4 +1,4 @@
-Ultrastar Deluxe Hook List
+Ultrastar Deluxe Service List
-----------------------------------
Here you can find the Services the Core offers to you:
@@ -6,4 +6,8 @@ Here you can find the Services the Core offers to you:
Core:
--------------------
Core/ReportError <- Calls the 'Core/NewError' Chain. wParam: Pchar(Message), lParam: PChar(Reportername)
-Core/ReportDebug <- Calls the 'Core/NewDebugInfo' Chain. wParam: Pchar(Message), lParam: PChar(Reportername) \ No newline at end of file
+Core/ReportDebug <- Calls the 'Core/NewDebugInfo' Chain. wParam: Pchar(Message), lParam: PChar(Reportername)
+Core/ShowMessage <- Shows a Message Dialog. (lParam: PChar Text, wParam: Symbol)
+Core/Retranslate <- Calls Translate Hook
+Core/ReloadTextures <- Calls LoadTextures Hook
+Core/GetModuleInfo <- If lParam = nil then get length of Moduleinfo Array. If lparam <> nil then write array of TModuleInfo to address at lparam \ No newline at end of file