SmartFoxServer Unity/.NET API
GetRoom Method (id)
NamespacesSmartFoxClientAPI.DataZoneGetRoom(Int32)
Get room by given id
Declaration Syntax
C#Visual BasicVisual C++
public Room GetRoom(
	int id
)
Public Function GetRoom ( _
	id As Integer _
) As Room
public:
Room^ GetRoom(
	int id
)
Parameters
id (Int32)
id of the room
Return Value
Room for given id

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)