Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: Elmo loves cookies on March 08, 2017, 01:30:43 PM

Title: Separate channelList
Post by: Elmo loves cookies on March 08, 2017, 01:30:43 PM
for 2 different games on one server,

TNManager.GetChannelList(***) - I should receive all channels and then separate then by: channel.level = "game1" and channel.level = "game2" ?

it ok, or I doing some wrong?
it is impossible to receive channels only from one specific game?
Title: Re: Separate channelList
Post by: ArenMook on March 10, 2017, 11:57:19 AM
When requesting a channel list, you get all the channels. TNet doesn't know what a "game" is. If you want to filter your channels, you have to do it after receiving the full list.