Help File:PluginType

From Cheat Engine
Revision as of 02:08, 30 July 2021 by LeFiXER (talk | contribs) (Created page with "==PluginType== ;The plugin system supports 9 different plugin callback types: :0: Address list rightclick menu plugin. ( ptAddressList ) :1:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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).