Lua:Class:Application

From Cheat Engine
Jump to navigation Jump to search

{} Class

class Application : CustomApplication

The Application class represents the Cheat Engine application object.

It provides access to the application title, application icon, message processing, visibility control, minimization, and termination.

Inheritance[edit]

Class Inherits From Description
Application CustomApplication Represents the Cheat Engine application object.
CustomApplication Component Base class for application objects.
Component Object Base class for components.
Object None Base class for Lua-exposed objects.

Properties[edit]

Property Type Description
Title String The title of Cheat Engine shown in the application bar.
Icon Icon The icon of Cheat Engine shown in the application bar.

Methods[edit]

Method Return Type Description
bringToFront() void Shows the Cheat Engine application and brings it to the front.
processMessages() void Processes pending application messages.
terminate() void Terminates the Cheat Engine application.
minimize() void Minimizes the Cheat Engine application.

Examples[edit]

1 -- ... TODO ...

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Form Related Classes