Difference between revisions of "Lua:getAutorunPath"

From Cheat Engine
Jump to navigation Jump to search
m (Syntax Highlighting.)
m (Added related function template.)
 
Line 18: Line 18:
  
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}
 +
 +
{{TargetIdentity}}

Latest revision as of 23:37, 26 June 2026

<> Lua API 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)

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Target / Platform Helpers

Memory / Autorun Helpers

Output / Formatting

printf

Disassembly Helpers

Taskbar Progress Helpers