Difference between revisions of "Help File:UnregisterFunction"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "==UnregisterFunction== This function will remove a callback function that has been previously registered. '''functiondefinition''' ''BOOL UnregisterFunction(int pluginid, in...")
(No difference)

Revision as of 18:20, 29 July 2021

UnregisterFunction

This function will remove a callback function that has been previously registered.

functiondefinition

BOOL UnregisterFunction(int pluginid, int functionid);

pluginid - The pluginid you got from InitializePlugin.
functionid - The result of RegisterFunction.

Returns TRUE if the functionid was found and removed for this plugin.