Difference between revisions of "Lua:inModule"

From Cheat Engine
Jump to navigation Jump to search
(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="…')
 
Line 17: Line 17:
  
 
== See also ==
 
== See also ==
 +
* [[inSystemModule]]
 
* [[Lua]]
 
* [[Lua]]

Revision as of 01:06, 28 April 2012

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