Difference between revisions of "Help File:PluginType"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "==PluginType== ;The plugin system supports 9 different plugin callback types: :0: Address list rightclick menu plugin. ( ptAddressList ) :1:...")
(No difference)

Revision as of 02:08, 30 July 2021

PluginType

The plugin system supports 9 different plugin callback types
0: Address list rightclick menu plugin. ( ptAddressList )
1: Memory view menu plugin ( ptMemoryView )
2: Debug event plugin ( ptOnDebugEvent )
3: Process watcher event plugin. ( ptProcesswatcherEvent )
4: Functionpointer change notification event ( ptFunctionPointerschange )
5: Main menu plugin menu ( ptMainMenu )
6: Disassembler right-click context menu, entry and popup. ( ptDisassemblerContext )
7: Disassembler render routine on a per-line basic plugin. ( ptDisassemblerRenderLine )
8: Auto Assembler plugin/ ( ptAutoAssembler )

You create a callback by calling RegisterFunction'. (Located in the ExportedFunctions structure).