Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Chat and Cute Web Messeng...
»
Re: listing username's in a char toom lobby
Re: listing username's in a char toom lobby
08-04-2009, 12:26 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: listing username's in a char toom lobby
Reply
Quote
Hi,
Use ChatSystem.Instance.GetCurrentPortal() to get a ChatPortal object
and use portal.GetPlace() to get ChatPlace and convert it to ChatLobbyChannel
you should lock(portal) while access the kernal objects.
Regards,
Terry
View Complete Thread