diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-27 09:28:42 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-27 09:28:42 +0000 |
commit | 9af5260cd9905f8d7e5600110cdb0667c0bb5188 (patch) | |
tree | 0245a35a1ffd1a35b1cec508caf0e0a48e7eb196 /Modis/SDK/Services.txt | |
parent | e270d3193a2a5b958e6416ce340246e790f7bd86 (diff) | |
download | usdx-9af5260cd9905f8d7e5600110cdb0667c0bb5188.tar.gz usdx-9af5260cd9905f8d7e5600110cdb0667c0bb5188.tar.xz usdx-9af5260cd9905f8d7e5600110cdb0667c0bb5188.zip |
Update forgotten UPluginDefs from last commit
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@536 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Modis/SDK/Services.txt')
-rw-r--r-- | Modis/SDK/Services.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Modis/SDK/Services.txt b/Modis/SDK/Services.txt index 7ed4be0e..2ab5cf20 100644 --- a/Modis/SDK/Services.txt +++ b/Modis/SDK/Services.txt @@ -10,4 +10,13 @@ Core/ReportDebug <- Calls the 'Core/NewDebugInfo' Chain. wParam: Pchar(Messag 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 +Core/GetModuleInfo <- If lParam = nil then get length of Moduleinfo Array. If lparam <> nil then write array of TModuleInfo to address at lparam
+Core/GetApplicationHandle <- Returns Main-Applications Handle (Win32 Only)
+
+--------------------
+PluginLoader
+--------------------
+PluginLoader/GetPluginInfo <- If wParam = -1 then (If lParam = nil then get length of Moduleinfo Array. If lparam <> nil then write array of TUS_PluginInfo to address at lparam) Else (Get PluginInfo of Plugin with Index(wParam) to Address at lParam)
+PluginLoader/GetPluginState <- If wParam = -1 then (If lParam = nil then get length of Moduleinfo Array. If lparam <> nil then write array of TUS_PluginInfo to address at lparam) Else (Return PluginInfo of Plugin with Index(wParam))
+PluginLoader/LoadPlugin <- wParam PChar(PluginName/PluginPath) | lParam (if wParam = nil) ID of the Plugin
+PluginLoader/UnloadPlugin <- wParam PChar(PluginName/PluginPath) | lParam (if wParam = nil) ID of the Plugin
\ No newline at end of file |