Lua:getAutorunPath

From Cheat Engine
Revision as of 09:55, 21 June 2026 by Leunsel (talk | contribs) (Initial page creation.)
(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

This function has no parameters.

Returns

string — The autorun path.

Examples

local path = getAutorunPath()

print("Autorun path: " .. path)

See Also

Main Pages