Difference between revisions of "Lua:getCEVersion"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' getCEVersion() Returns a floating point value specifying the current version of Cheat Engine. === Function Parameters === <none> == See also == * Lua…')
 
Line 9: Line 9:
 
== See also ==
 
== See also ==
 
* [[Lua]]
 
* [[Lua]]
* [[Help_File:Script_engine|Script engine]]
+
* [[Help_File:Script engine|Script engine]]
  
 
=== Related Functions ===
 
=== Related Functions ===
 
* [[cheatEngineIs64Bit]]
 
* [[cheatEngineIs64Bit]]
 
* [[getCheatEngineDir]]
 
* [[getCheatEngineDir]]

Revision as of 07:10, 8 March 2017

function getCEVersion()

Returns a floating point value specifying the current version of Cheat Engine.

Function Parameters

<none>


See also

Related Functions