Lua:getAutorunPath

From Cheat Engine
Revision as of 19:50, 25 June 2026 by Leunsel (talk | contribs) (Syntax Highlighting.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<> Reference

function getAutorunPath() : string

Returns the autorun path.

Function Parameters[edit]

This function has no parameters.

Returns[edit]

string — The autorun path.

Examples[edit]

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

See Also[edit]

Main Pages