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…')
 
(Related Functions)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''function''' getCEVersion()
+
[[Category:Lua]]
 +
'''function''' getCEVersion() ''':''' float
  
 
Returns a floating point value specifying the current version of Cheat Engine.
 
Returns a floating point value specifying the current version of Cheat Engine.
Line 9: Line 10:
 
== See also ==
 
== See also ==
 
* [[Lua]]
 
* [[Lua]]
* [[Help_File:Script_engine|Script engine]]
+
* [[Help_File:Script engine|Script engine]]
  
 
=== Related Functions ===
 
=== Related Functions ===
* [[cheatEngineIs64Bit]]
+
* [[Lua:cheatEngineIs64Bit|cheatEngineIs64Bit]]
* [[getCheatEngineDir]]
+
* [[Lua:getCheatEngineDir|getCheatEngineDir]]

Latest revision as of 01:08, 25 January 2018

function getCEVersion() : float

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

Function Parameters[edit]

<none>


See also[edit]

Related Functions[edit]