Lua:inSystemModule

From Cheat Engine
Revision as of 00:45, 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 inSystemModule(address)

Returns true if the provided address resides inside a module (example: .exe or .dll) stored inside the system's Windows folder (usually C:\Windows\).


Function Parameters

Parameter Type Description
address CEAddressString The address to look up


See also

Related Functions