Help File:ShowMessage

From Cheat Engine
Revision as of 18:06, 29 July 2021 by LeFiXER (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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
);