Difference between revisions of "Lua:getCheatEngineDir"
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…') |
|||
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
'''function''' getCheatEngineDir(''processname'') | '''function''' getCheatEngineDir(''processname'') | ||
Revision as of 13:19, 19 March 2017
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
<none>