User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:26, 11 March 2017 (diff | hist) (+536) N Lua:getLuaEngine (Created page with ''''function''' getLuaEngine() ''':''' Form Returns the lua engine Form object (Creates it if needed). ===Function Parameters=== <none> == Examples == local frm …')
- 08:24, 11 March 2017 (diff | hist) (+714) N Lua:getMemoryViewForm (Created page with ''''function''' getMemoryViewForm() ''':''' Form Returns the main memory view Form class object which can be accessed using the Form class methods and the methods of…')
- 08:22, 11 March 2017 (diff | hist) (+512) N Lua:getSettingsForm (Created page with ''''function''' getSettingsForm() ''':''' Form Returns the main settings Form. ===Function Parameters=== <none> == Examples == local frm = getSettingsForm() == …')
- 08:21, 11 March 2017 (diff | hist) (0) Lua:getMainForm
- 08:19, 11 March 2017 (diff | hist) (-4) Lua:getMainForm
- 08:18, 11 March 2017 (diff | hist) (+163) Lua:getMainForm
- 08:16, 11 March 2017 (diff | hist) (-23) Lua:getForm
- 08:15, 11 March 2017 (diff | hist) (+726) N Lua:getForm (Created page with ''''function''' getForm(''Index'') Returns the form at the specific index. === Function Parameters === {|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0…')
- 08:08, 11 March 2017 (diff | hist) (+371) N Lua:getFormCount (Created page with ''''function''' getFormCount() Returns the total number of forms assigned to the main CE application. === Function Parameters === <none> == See also == * Lua * [[Help…')
- 08:00, 11 March 2017 (diff | hist) (+755) Lua:Class:Addresslist
- 07:51, 11 March 2017 (diff | hist) (+79) Lua:Class:MemoryRecord (→Methods)
- 07:44, 11 March 2017 (diff | hist) (+273) Lua:Class:MemoryRecord
- 07:40, 11 March 2017 (diff | hist) (+4) Lua:Class:MemoryRecord
- 07:39, 11 March 2017 (diff | hist) (+28) Lua:Class:MemoryRecord
- 07:38, 11 March 2017 (diff | hist) (-2,477) Lua:Class:MemoryRecord
- 07:09, 11 March 2017 (diff | hist) (+19) Lua:Class:StringStream (→Creation)
- 07:09, 11 March 2017 (diff | hist) (+83) Lua:Class:StringStream
- 07:08, 11 March 2017 (diff | hist) (+19) Lua:Class:MemoryStream (→Creation)
- 07:07, 11 March 2017 (diff | hist) (0) Lua:Class:MemoryStream (→Properties)
- 07:04, 11 March 2017 (diff | hist) (+22) Lua:Class:TableFile (→Related Functions)
- 07:03, 11 March 2017 (diff | hist) (+32) Lua:Class:TableFile
- 07:02, 11 March 2017 (diff | hist) (+8) Lua:Class:TableFile
- 07:01, 11 March 2017 (diff | hist) (+303) Lua:Class:TableFile
- 06:56, 11 March 2017 (diff | hist) (0) Help File:Script engine
- 06:51, 11 March 2017 (diff | hist) (+803) N Lua:Class:MemoryStream (Created page with 'MemoryStream '''class''': ('''Inheritance''': ''Stream''->''Object'') class for memory stream objects. == Creation == ; createMemoryStream() : Returns a newly cr…')
- 06:45, 11 March 2017 (diff | hist) (+20) Lua:Class:Stream
- 06:43, 11 March 2017 (diff | hist) (-14) Lua:Class:Stream
- 06:41, 11 March 2017 (diff | hist) (+15) Lua:Class:Stream
- 06:35, 11 March 2017 (diff | hist) (+1,110) N Lua:Class:Stream (Created page with 'Stream '''class''': ('''Inheritance''': ''Object'') Base class for byte stream objects. == Properties == ; Size : integer : The byte size of the stream. ; Position …')
- 06:25, 11 March 2017 (diff | hist) (-18) Help File:Script engine (→Stream)
- 06:24, 11 March 2017 (diff | hist) (0) Lua:Class:TableFile
- 06:23, 11 March 2017 (diff | hist) (0) Lua:Class:StringStream
- 06:17, 11 March 2017 (diff | hist) (+869) N Lua:Class:StringStream (Created page with 'StringStream '''class''': ('''Inheritance''': ''Stream''->''Object'') Class for using Stream objects as a Strings based object. == Properties == ; DataString…')
- 06:12, 11 March 2017 (diff | hist) (+167) Help File:Script engine (→FileStream)
- 06:00, 11 March 2017 (diff | hist) (+5) Lua:Class:TableFile
- 06:00, 11 March 2017 (diff | hist) (+1,247) N Lua:Class:TableFile (Created page with 'TableFile '''class''': ('''Inheritance''': ''Object'') Class for Cheat Engine Table Files (CE Form->Menu->Table) Table files can be added from the Cheat Engine form. …')
- 05:27, 11 March 2017 (diff | hist) (+393) N Lua:getMainForm (Created page with ''''function''' getMainForm() ''':''' From Returns the main Form. ===Function Parameters=== <none> == Examples == local mainForm = getMainForm() local someTimer…')
- 05:20, 11 March 2017 (diff | hist) (-7) createTimer (→Function Parameters)
- 05:18, 11 March 2017 (diff | hist) (+27) createTimer
- 05:18, 11 March 2017 (diff | hist) (+1,526) N createTimer (Created page with ''''function''' createTimer(''Owner'' OPTIONAL, ''Enabled'' OPTIONAL) ''':''' Timer Returns a newly created timer object. If enabled is not given it will be enabled by defau…')
- 05:09, 11 March 2017 (diff | hist) (+16) Lua:Class:Timer
- 05:07, 11 March 2017 (diff | hist) (+483) Lua:Class:Timer
- 04:58, 11 March 2017 (diff | hist) (+478) Lua:Class:Timer
- 04:27, 11 March 2017 (diff | hist) (+4) Lua:createMenuItem
- 04:27, 11 March 2017 (diff | hist) (+4) Lua:createMainMenu
- 04:26, 11 March 2017 (diff | hist) (+4) Lua:createPopupMenu
- 04:26, 11 March 2017 (diff | hist) (+682) N Lua:createPopupMenu (Created page with ''''function''' createPopupMenu(''Owner'') ''':''' PopupMenu Returns a newly created PopupMenu that gets added to the owner. === Function Parameters === {|width="85%" cellpa…')
- 04:22, 11 March 2017 (diff | hist) (+4) Lua:createMainMenu
- 04:21, 11 March 2017 (diff | hist) (+8) Lua:createMenuItem
- 04:21, 11 March 2017 (diff | hist) (+705) N Lua:createMenuItem (Created page with ''''function''' createMenuItem(''Owner'') ''':''' MenuItem Returns a newly created MenuItem that gets added to the owner. === Function Parameters === {|width="85%" cellpaddi…')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)