Difference between revisions of "Lua:inSystemModule"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
 
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[inModule]]
+
 
* [[Lua]]
+
=== Related Functions ===
 +
* [[Lua:inModule|inModule]]

Latest revision as of 00:45, 25 January 2018

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[edit]

Parameter Type Description
address CEAddressString The address to look up


See also[edit]

Related Functions[edit]