Difference between revisions of "Lua:inSystemModule"

From Cheat Engine
Jump to navigation Jump to search
m (Reverted edits by 70.162.178.44 (Talk) to last revision by Dark Byte)
m (clarification)
Line 1: Line 1:
 
'''function''' inSystemModule(''address'')
 
'''function''' inSystemModule(''address'')
  
Returns true if the provided address resides inside a module stored inside the windows folder (example: .exe or .dll)
+
Returns true if the provided address resides inside a module (example: .exe or .dll) stored inside the system's Windows folder (usually C:\Windows\).
  
  

Revision as of 18:25, 21 January 2016

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