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…') |
m (moved getCheatEngineDir to Lua:getCheatEngineDir) |
||
(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: | ||
− | + | {{LuaFunctionParametersNone}} | |
− | |||
− | + | {{LuaSeeAlso}} | |
− | |||
− |
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>