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 |
12.04.2024 18:16:01