Author Topic: Toggle Tabs in code rather than via mouse  (Read 4622 times)

Darkness

  • Jr. Member
  • **
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 90
    • View Profile
Toggle Tabs in code rather than via mouse
« on: September 14, 2014, 09:44:40 PM »
My game will be on consoles and PC's and I need to be able to change UIToggle via code.  What would be the best way to do this?  I looked for a method in UIToggle that can do this, but perhaps I'm not understanding how it works correctly.  Any suggestions?

Thanks in advance.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Toggle Tabs in code rather than via mouse
« Reply #1 on: September 15, 2014, 04:20:00 AM »
UIToggle.value

Darkness

  • Jr. Member
  • **
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 90
    • View Profile
Re: Toggle Tabs in code rather than via mouse
« Reply #2 on: September 15, 2014, 05:02:51 PM »
Thanks, AM.  Worked perfectly.