Lua:signTable

From Cheat Engine
Revision as of 09:19, 21 June 2026 by Leunsel (talk | contribs) (Created page with "Category:Lua {{NeedWork}} {{CodeBox|'''function''' signTable(''filename'') ''':''' void}} Signs the opened .CT File using the current Cheat Engine installation's signatur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

⚠️ Work Needed

This page still needs significant improvements.

Please help by expanding or correcting this article where possible.

For suggestions or discussion, see the talk page.

<> Lua API Reference

function signTable(filename) : void

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

Parameter Type Description
filename String The filename of the table to sign.

Returns

void — This function does not return any value.

Examples

signTable("C:\\\\Tables\\\\MyTable.CT")

Main Pages

Core Lua documentation entry points

Lua
Script Engine