Difference between revisions of "Help File:ShowMessage"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "===== ShowMessage ===== ShowMessage will display a small popup window containing a user-defined message. Useful for testing that the plugin works, and for debug purposes. <p...")
(No difference)

Revision as of 18:06, 29 July 2021

ShowMessage

ShowMessage will display a small popup window containing a user-defined message. Useful for testing that the plugin works, and for debug purposes.

ShowMessage(
  char * message //pointer to a 0-terminated string
);