Osiris/API/GetUserProfileID

From Divinity Engine Wiki
Revision as of 21:11, 28 November 2017 by Tinkerer (talk | contribs) (Document GetUserProfileID)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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