Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: tonyM on May 15, 2013, 05:06:50 AM

Title: TNet Channel questions
Post by: tonyM on May 15, 2013, 05:06:50 AM
Hi,

Is there any way to get a list of channels and players in each channel
on server side?

Would you think using channels as 'micro game servers' is a good idea?
(My goal is to have a max of 4 people connected together and sending a
few RFC's to each other)

Thanks.
Title: Re: TNet Channel questions
Post by: ArenMook on May 15, 2013, 09:49:50 AM
Server side? Server knows about all of them already. Do you mean client side?
Title: Re: TNet Channel questions
Post by: tonyM on May 20, 2013, 03:40:13 PM
OK. I managed to get the channel list server side by doing TNServerInstance.game.mChannels. Correct?

How can I get this client side?
Title: Re: TNet Channel questions
Post by: tonyM on May 20, 2013, 05:34:25 PM
Found this.

http://www.tasharen.com/forum/index.php?topic=2925.0

Thanks