GetUser
What it does
Returns information about a user.
Definition
bool GetUser( int userId, out User user );
Parameters
Name | Type | Description |
userId | int | User ID |
Returned value
Type | Description |
bool |
The flag which shows if the user has been found or not. Possible values:
|
User | Information about the user |
4/12/2024 6:16:03 PM