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)
Line 19: Line 19:
 
* [[inModule]]
 
* [[inModule]]
 
* [[Lua]]
 
* [[Lua]]
STFU NOOBS!!!
 

Revision as of 05:52, 18 May 2012

function inSystemModule(address)

Returns true if the provided address resides inside a module stored inside the windows folder (example: .exe or .dll)


Function Parameters

Parameter Type Description
address CEAddressString The address to look up


See also