Difference between revisions of "Lua:inSystemModule"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' inSystemModule(''address'') Returns true if the provided address resides inside a module stored inside the windows folder (example: .exe or .dll) ===Function Pa…')
(No difference)

Revision as of 01:05, 28 April 2012

function inSystemModule(address)

Returns true if the provided address resides inside a module stored inside the windows folder (example: .exe or .dll)


Function Parameters

Parameter Type Description
address CEAddressString The address to look up


See also