Difference between revisions of "getCEVersion"
								
								Jump to navigation
				Jump to search
				
				
		
		|  (Pointless redirection) (Tag: Blanking) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Lua]] | ||
| + | ==Syntax== | ||
| + | <syntaxhighlight lang="c++"> | ||
| + | float getCEVersion () | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | |||
| + | ==Returns== | ||
| + | Current version of Cheat Engine. | ||
| + | |||
| + | |||
| + | ===See also=== | ||
| + | * [[Lua]] | ||
| + | * [[Help_File:Script engine|Script engine]] | ||
| + | |||
| + | ===Related Functions=== | ||
| + | * [[Lua:cheatEngineIs64Bit|cheatEngineIs64Bit]] | ||
| + | * [[Lua:getCheatEngineDir|getCheatEngineDir]] | ||
Revision as of 14:17, 8 November 2024
Syntax
float getCEVersion ()
Returns
Current version of Cheat Engine.

