Skip to main content

What it does

Returns information about a user.

Definition

bool GetUser( int userId, out User user );

Parameters

NameTypeDescription
userIdintUser ID

Returned value

Type

Description

bool

The flag which shows if the user has been found or not. Possible values:

  • True - user found
  • False - user not found

User

Information about the user