Difference between revisions of "Lua:signTable"
Jump to navigation
Jump to search
(Created page with "Category:Lua {{NeedWork}} {{CodeBox|'''function''' signTable(''filename'') ''':''' void}} Signs the opened .CT File using the current Cheat Engine installation's signatur...") |
m |
||
| Line 23: | Line 23: | ||
===Examples=== | ===Examples=== | ||
<pre> | <pre> | ||
| − | signTable(" | + | signTable("CheatTable.CT") |
</pre> | </pre> | ||
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
Latest revision as of 09:20, 21 June 2026
Signs the opened .CT File using the current Cheat Engine installation's signature. (Handed out by DarkByte on request, if you are lucky.)
If the current Cheat Engine installation has a valid Cheat Engine signature, this function will sign the curent Table with that signature. A password request will be shown during the signing process.
Function Parameters[edit]
| Parameter | Type | Description |
|---|---|---|
| filename | String | The filename of the table to sign. |
Returns[edit]
void — This function does not return any value.
Examples[edit]
signTable("CheatTable.CT")