Difference between revisions of "Lua:getAddressList"
Jump to navigation
Jump to search
m (moved getAddressList to Lua:getAddressList) |
|||
| Line 1: | Line 1: | ||
[[Category:Lua]] | [[Category:Lua]] | ||
| − | '''getAddressList()''' | + | '''function''' getAddressList() ''':''' UserData |
| − | Returns the cheat table | + | Returns the cheat table [[Lua:Class:Addresslist|Addresslist]] UserData object. |
| − | |||
| − | + | {{LuaFunctionParametersNone}} | |
| − | + | == Examples == | |
| + | local addressList = getAddressList() | ||
| + | {{LuaSeeAlso}} | ||
| + | |||
| + | === Related Variables === | ||
| + | * [[Lua:AddressList|AddressList]] | ||
| + | * [[Lua:process|process]] | ||
| + | * [[Lua:MainForm|MainForm]] | ||
| + | |||
| + | === Related Functions === | ||
| + | * [[Lua:getMainForm|getMainForm]] | ||
| − | + | === Related Classes === | |
| + | * [[Lua:Class:Addresslist|Addresslist]] | ||
| + | * [[Lua:Class:MemoryRecord|MemoryRecord]] | ||
Revision as of 05:21, 25 January 2018
function getAddressList() : UserData
Returns the cheat table Addresslist UserData object.
Contents
Function Parameters
<none>
Examples
local addressList = getAddressList()