SmartFoxServer Unity/.NET API
NewRoomDescriptor Constructor (name, maxUsers, isGame)
NamespacesSmartFoxClientAPI.DataNewRoomDescriptorNewRoomDescriptor(String, Int32, Boolean)
Initializes a new instance of the NewRoomDescriptor class
Declaration Syntax
C#Visual BasicVisual C++
public NewRoomDescriptor(
	string name,
	int maxUsers,
	bool isGame
)
Public Sub New ( _
	name As String, _
	maxUsers As Integer, _
	isGame As Boolean _
)
public:
NewRoomDescriptor(
	String^ name, 
	int maxUsers, 
	bool isGame
)
Parameters
name (String)
maxUsers (Int32)
isGame (Boolean)

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