Difference between revisions of "getCEVersion"

From Cheat Engine
Jump to navigation Jump to search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Category:Lua]]
 
[[Category:Lua]]
  
==Syntax==
+
== Syntax ==
 
<syntaxhighlight lang="c++">
 
<syntaxhighlight lang="c++">
 
float getCEVersion ()
 
float getCEVersion ()
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
+
== Returns ==
==Returns==
 
 
Current version of Cheat Engine.
 
Current version of Cheat Engine.
 
 
===See also===
 
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
 
===Related Functions===
 
* [[Lua:cheatEngineIs64Bit|cheatEngineIs64Bit]]
 
* [[Lua:getCheatEngineDir|getCheatEngineDir]]
 

Latest revision as of 14:23, 8 November 2024


Syntax[edit]

float getCEVersion ()

Returns[edit]

Current version of Cheat Engine.