Return true if the User is a Spectator in the specified Room

Namespace: Sfs2X.Entities
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
public bool IsSpectatorInRoom(
	Room room
)

Parameters

room
Type: Sfs2X.Entities..::..Room
A Room

Return Value

A Boolean

Implements

User..::..IsSpectatorInRoom(Room)

See Also