Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


function update

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
omax
Newbie cheater
Reputation: 0

Joined: 29 May 2014
Posts: 14
Location: Jupiter

PostPosted: Tue Jun 03, 2014 10:24 am    Post subject: function update Reply with quote

is it possible to update a function after every time limit automatically?
Back to top
View user's profile Send private message
daspamer
Grandmaster Cheater Supreme
Reputation: 54

Joined: 13 Sep 2011
Posts: 1588

PostPosted: Tue Jun 03, 2014 1:07 pm    Post subject: Reply with quote

Code:
local update = createTimer(nil,false) -- parameters = owner,enabled
update.Interval = 1000; -- calling the function after 1 second
update.onTimer = function (sender) value = value + 1; sender.destroy(); end -- updates the variable value, and destroys the timer (sender = object that called the function)
update.Enabled = true; -- activates the timer -> enabled = true;

_________________
I'm rusty and getting older, help me re-learn lua.
Back to top
View user's profile Send private message Visit poster's website
omax
Newbie cheater
Reputation: 0

Joined: 29 May 2014
Posts: 14
Location: Jupiter

PostPosted: Tue Jun 03, 2014 5:13 pm    Post subject: Reply with quote

cool it actually worked Smile. thanks a lot
By the way your easy trainer maker looks quite impressive. i'm gonna try it out soon
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites