Difference between revisions of "Template:Process"

From Cheat Engine
Jump to navigation Jump to search
m
(Major overhaul of the template.)
 
Line 1: Line 1:
<div style="width:420px; border:1px solid #4A90E2; background:#F7FBFF; margin:0.8em 0; font-family:monospace;">
+
<div style="display:flex; flex-wrap:wrap; gap:0.85em; margin:0.9em 0; font-family:monospace; align-items:flex-start; max-width:980px;">
<div style="background:#E8F2FF; color:#1F4E79; font-weight:bold; padding:0.45em 0.65em; border-bottom:1px solid #4A90E2;">
+
 
Process Related Lua Functions
+
<div style="flex:1 1 300px; min-width:270px; max-width:360px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);">
 +
<div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;">
 +
Process Open / Creation
 
</div>
 
</div>
<div style="padding:0.55em 0.75em; line-height:1.7;">
+
<div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;">
[[Lua:createProcess|createProcess]]<br>
+
<span style="color:#4A90E2;">◆</span> [[Lua:createProcess|createProcess]]<br>
[[Lua:openProcess|openProcess]]<br>
+
<span style="color:#4A90E2;"></span> [[Lua:openProcess|openProcess]]<br>
[[Lua:onOpenProcess|onOpenProcess]]<br>
+
<span style="color:#4A90E2;"></span> [[Lua:onOpenProcess|onOpenProcess]]<br>
[[Lua:getForegroundProcess|getForegroundProcess]]<br>
+
<span style="color:#4A90E2;"></span> [[Lua:openFileAsProcess|openFileAsProcess]]<br>
[[Lua:getOpenedProcessID|getOpenedProcessID]]<br>
+
<span style="color:#4A90E2;"></span> [[Lua:saveOpenedFile|saveOpenedFile]]
[[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]]<br>
 
[[Lua:openFileAsProcess|openFileAsProcess]]<br>
 
[[Lua:saveOpenedFile|saveOpenedFile]]<br>
 
[[Lua:setPointerSize|setPointerSize]]<br>
 
[[Lua:setAssemblerMode|setAssemblerMode]]<br>
 
[[Lua:getProcesslist|getProcesslist]]<br>
 
[[Lua:getWindowlist|getWindowlist]]<br>
 
[[Lua:pause|pause]]<br>
 
[[Lua:unpause|unpause]]<br>
 
[[Lua:targetIs64Bit|targetIs64Bit]]<br>
 
[[Lua:enumModules|enumModules]]<br>
 
[[Lua:closeRemoteHandle|closeRemoteHandle]]
 
 
</div>
 
</div>
 +
</div>
 +
 +
<div style="flex:1 1 320px; min-width:280px; max-width:400px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);">
 +
<div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;">
 +
Process Identification
 +
</div>
 +
<div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;">
 +
<span style="color:#4A90E2;">◆</span> [[Lua:getForegroundProcess|getForegroundProcess]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:getOpenedProcessID|getOpenedProcessID]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]]
 +
</div>
 +
</div>
 +
 +
<div style="flex:1 1 320px; min-width:280px; max-width:400px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);">
 +
<div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;">
 +
Process Lists / Modules
 +
</div>
 +
<div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;">
 +
<span style="color:#4A90E2;">◆</span> [[Lua:getProcesslist|getProcesslist]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:getWindowlist|getWindowlist]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:enumModules|enumModules]]
 +
</div>
 +
</div>
 +
 +
<div style="flex:1 1 320px; min-width:280px; max-width:400px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);">
 +
<div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;">
 +
Process Control / Target State
 +
</div>
 +
<div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;">
 +
<span style="color:#4A90E2;">◆</span> [[Lua:pause|pause]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:unpause|unpause]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:targetIs64Bit|targetIs64Bit]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:setPointerSize|setPointerSize]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:setAssemblerMode|setAssemblerMode]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:closeRemoteHandle|closeRemoteHandle]]
 +
</div>
 +
</div>
 +
 
</div>
 
</div>

Latest revision as of 23:33, 26 June 2026

Process Open / Creation

Process Lists / Modules

Process Control / Target State