Author Topic: TNET and NGUI Chat example  (Read 2410 times)

derkoi

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 57
    • View Profile
TNET and NGUI Chat example
« on: August 28, 2013, 05:43:20 AM »
Has anyone got TNET to work with the NGUI chat example? I could do with some pointers please.

Thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: TNET and NGUI Chat example
« Reply #1 on: August 28, 2013, 11:27:06 PM »
The Starlink UI kit comes with a fully integrated multiplayer chat example using NGUI. Aside from that, it's just a matter of instead of calling stuff like "add this text line to chat", do an RFC instead: tno.Send("AddStuffToChat", ...) -- and inside that function do the actual "add this text line to chat".