Lua:getAutorunPath

From Cheat Engine
Jump to navigation Jump to search

<> Reference

function getAutorunPath() : string

Returns the autorun path.

Function Parameters

This function has no parameters.

Returns

string — The autorun path.

Examples

1 local path = getAutorunPath()
2 
3 print("Autorun path: " .. path)

See Also

Main Pages