Osiris/API/CharacterAssignToUser

From Divinity Engine Wiki
Revision as of 13:50, 28 November 2017 by Tinkerer (talk | contribs)
Jump to: navigation, search
Full Definition(s)
  • call CharacterAssignToUser([in](INTEGER)_UserID,[in](CHARACTERGUID)_Character)
Description

Assigns control over the player-controlled character _Character to the user with ID _UserID.

Notes
  • User IDs are volatile: they can change at any time, in particular when loading a saved game, or when someone disconnects and reconnects. Never store this value in a database. Only use it immediately after requesting it, within the same frame.
See Also