Author Topic: Feature request: UIToggle click on/off  (Read 1406 times)

hellobard

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 22
    • View Profile
Feature request: UIToggle click on/off
« on: October 31, 2013, 04:06:47 PM »
Hey ArenMook,

I just wanted to add a feature request, up to you whether you deem it worthy of inclusion or not of course.

I have a list of goals in my level with checkboxes that are turned on or off after a user completes certain tasks. These goals can be viewed in the pause menu, and I do not want the user to be able to turn them on and off himself. I am using the UIToggle for this, but I had to hack it and remove line 158 (void onClick...) to prevent the user from being able to do this.

So maybe the UIToggle could have a way to turn the onClick function on or off from the editor?
My problem is that I actually want to use the onClick function on my UIToggles in my Settings