Difference between revisions of "Osiris/API/GetUserProfileID"

From Divinity Engine Wiki
Jump to: navigation, search
(Document GetUserProfileID)
(No difference)

Revision as of 21:11, 28 November 2017

Full Definition(s)
  • query GetUserProfileID([in](INTEGER)_UserID,[out](STRING)_UserProfileID)
Description

Returns a persistent UUID string that identifies the user with id _UserID.

Return Values
  • Success/Failure: Fails if the server component of the game has not started yet, or if no player with _UserID is connected.
  • _UserProfileID: A [1] in string format that identifies the profile used by this user. This UUID is persistent across game sessions. The UUID for a profile is randomly generated when the profile is first created.
Notes
  • /
See Also