blob: 7ed4be0e2fdd73d8b7bee7dee5af51bcf9e54b25 (
plain) (
tree)
|
|
Ultrastar Deluxe Service List
-----------------------------------
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)
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
|