Osiris/API/GetUserProfileID: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 12: Line 12:
* [[Osiris/API/CharacterGetReservedUserID|CharacterGetReservedUserID]]
* [[Osiris/API/CharacterGetReservedUserID|CharacterGetReservedUserID]]
   
   
[[Category:Osiris Queries]]
[[Category:Osiris Queries|GetUserProfileID]]

Latest revision as of 14:33, 19 December 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 UUID 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