Click or drag to resize

SFSRoomPlayerList 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#
public List<User> PlayerList { get; }

Property Value

Type: ListUser

Implements

RoomPlayerList
See Also