Click or drag to resize

RoomSpectatorList Property

Returns a list of User objects representing the spectators currently inside this Room (Game Rooms only).

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
List<User> SpectatorList { get; }

Property Value

Type: ListUser
See Also