Lua:getAddressList

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

<> Lua API Reference

function getAddressList() : Addresslist

Returns the main Cheat Engine Addresslist object.

This is the same object that is available through the global AddressList variable.

Function Parameters[edit]

This function has no parameters.

Returns[edit]

Addresslist — The main Cheat Engine address list object.

Examples[edit]

1 local addressList = getAddressList()
2 
3 print("Record count: " .. tostring(addressList.Count))

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Form Related Classes

Cheat Table Related Functions