Difference between revisions of "Lua:getCheatEngineDir"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' getCheatEngineDir(''processname'') Returns the folder the current instance of Cheat Engine is executing. Example format: C:\Program Files (x86)\Cheat Engine 6…')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' getCheatEngineDir(''processname'')
 
'''function''' getCheatEngineDir(''processname'')
  
Line 8: Line 9:
  
  
===Function Parameters===
+
{{LuaFunctionParametersNone}}
<none>
 
  
 
+
{{LuaSeeAlso}}
== See also ==
 
* [[Lua]]
 

Latest revision as of 00:12, 25 January 2018

function getCheatEngineDir(processname)

Returns the folder the current instance of Cheat Engine is executing.

Example format:

 C:\Program Files (x86)\Cheat Engine 6.1\


Function Parameters[edit]

<none>

See also[edit]