User contributions
Jump to navigation
Jump to search
- 14:26, 8 November 2024 (diff | hist) (+220) N darkMode (Created page with "== Syntax == <syntaxhighlight lang="c++"> bool darkMode () </syntaxhighlight> == Returns == '''true''' if if CE is running in windows Dark Mode, '''false''' if not windows or...") (current)
- 14:25, 8 November 2024 (diff | hist) (+155) N getOperatingSystem (Created page with "== Syntax == <syntaxhighlight lang="c++"> int getOperatingSystem () </syntaxhighlight> == Returns == 0 if running Windows, 1 otherwise. Category:Lua") (current)
- 14:24, 8 November 2024 (diff | hist) (+248) N getCheatEngineFileVersion (Created page with "== Syntax == <syntaxhighlight lang="c++"> int getCheatEngineFileVersion () </syntaxhighlight> == Returns == The full version data of the cheat engine version. A raw integer,...") (current)
- 14:23, 8 November 2024 (diff | hist) (+3) m getCEVersion (current)
- 14:22, 8 November 2024 (diff | hist) (-190) getCEVersion
- 14:17, 8 November 2024 (diff | hist) (+335) getCEVersion
- 14:15, 8 November 2024 (diff | hist) (-348) Lua:getCEVersion (Redirected page to getCEVersion) (current) (Tag: New redirect)
- 14:14, 8 November 2024 (diff | hist) (-30) getCEVersion (Pointless redirection) (Tag: Blanking)
- 14:13, 8 November 2024 (diff | hist) (+393) N Global Variables (Created page with "<syntaxhighlight lang="lua"> TrainerOrigin -- returns the path of the trainer that launched cheat engine (Only set when launched as a trainer) process -- returns the main modu...") (current)