A boolean flag indicating if the room is dynamic/temporary.
This is always true for rooms created at runtime on client-side.
This is always true for rooms created at runtime on client-side.


true if the room is a dynamic/temporary room

Version:
SmartFoxServer Basic / Pro
SmartFoxServer Basic / Pro


if (room.IsTemp()) Debug.WriteLine("Room is temporary");