Lua:inModule

From Cheat Engine
Revision as of 01:05, 28 April 2012 by Dark Byte (talk | contribs) (Created page with ''''function''' inModule(''address'') Returns true if the provided address resides inside a module (example: .exe or .dll) ===Function Parameters=== {|width="85%" cellpadding="…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function inModule(address)

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


Function Parameters

Parameter Type Description
address CEAddressString The address to look up


See also