SmartFoxServer Unity/.NET API
IsGame Method
NamespacesSmartFoxClientAPI.DataRoomIsGame()()()
A boolean flag indicating if the room is a "game room".
Declaration Syntax
C#Visual BasicVisual C++
public bool IsGame()
Public Function IsGame As Boolean
public:
bool IsGame()
Return Value
true if the room is a "game room"
Remarks
Version:
SmartFoxServer Basic / Pro
Examples
CopyC#
if (room.IsGame())
    Trace.WriteLine("This is a game room");
See Also

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