Collapse All
Expand All
C#
SFS2X API (Unity/C#)
Room
.
.
::
.
.
GetUserById Method
Room Interface
See Also
Send Feedback
Finds a User from its Id
Namespace:
Sfs2X.Entities
Assembly:
SmartFox2
(in SmartFox2.dll) Version: 0.9.14.0
Syntax
C#
User
GetUserById
(
int
id
)
Parameters
id
Type:
System
.
.
::
.
.
Int32
the User Id
Return Value
the User or null if not found
See Also
Room Interface
Sfs2X.Entities Namespace