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 


findCheckboxInCheatComponent

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials -> LUA Tutorials
View previous topic :: View next topic  
Author Message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25287
Location: The netherlands

PostPosted: Fri Jun 03, 2011 11:04 am    Post subject: findCheckboxInCheatComponent Reply with quote

I just got an e-mail from someone asking how to set an onclick event handler on the checkbox of a standard Cheat component

The following routine finds the checkbox in the cheat component.
you can then use control_onClick to set a click event handler, or just anything you want to do with it (changing the position is one option)
Code:

function findCheckboxInCheatComponent(cheatcomponent)
  local count=component_getComponentCount(cheatcomponent)
  local c=nil

  for i=0,count-1 do
    c=component_getComponent(cheatcomponent, i)
    if object_getClassName(c)=="TCheckBox" then
      return c
    end
  end

  return nil --nothing found
end


usage:
Code:

cb=findCheckboxInCheatComponent(CETrainer_CHEAT0)

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials -> LUA Tutorials 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 cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites