Lua:inModule

From Cheat Engine
Revision as of 00:44, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (Related Functions)
(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)

If errorOnLookupFailure is set to true (the default value), if you look up a symbol that does not exist, it will throw an error. With errorOnLookupFailure set to false, it will return false.

Function Parameters[edit]

Parameter Type Description
address CEAddressString The address to look up


See also[edit]

Related Functions[edit]