dc_user_from_id

dc_user_from_id(id)#

Gets the user from the specified ID.

Blocking function

Invoking this function can freeze the game. Use it in a task to avoid freezing your game.

Input parameters#

Parameter Type Description
id String, Number The ID of the user.

Output values#

Return values#

Uncaught exceptions #

  • Throws an exception on failure.