Difference between revisions of "Lua:inSystemModule"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
Line 20: Line 20:
  
 
=== Related Functions ===
 
=== Related Functions ===
* [[inModule]]
+
* [[Lua:inModule|inModule]]

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

Parameter Type Description
address CEAddressString The address to look up


Main Pages

Core Lua documentation entry points

Lua
Script Engine

Related Functions