Author Topic: Player.data  (Read 2233 times)

sh0v0r

  • Guest
Player.data
« on: May 07, 2013, 07:58:52 PM »
Hi Aren,

I have a question regarding the Player.data field in the Player class.

Would this be a good place to add player stats as an array of floats and does it get sync'd across all clients in TNManager.players?

I'd like to use this so each player can pull up the current Score Board during and at the end of the round.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Player.data
« Reply #1 on: May 07, 2013, 08:30:52 PM »
You can answer your own question by right clicking on it and selecting "find all references".

No, it's not synchronized, and it's only used by the lobby server.