Click or drag to resize

RoomPlayerList Property

Returns a list of User objects representing the players 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> PlayerList { get; }

Property Value

Type: ListUser
See Also