Osiris/API/CharacterCreationFinished

From Divinity Engine Wiki
Revision as of 11:08, 13 November 2019 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • event CharacterCreationFinished((CHARACTERGUID)_Character)
Description

Whenever a player in respec mode clicks on the Ready button, this event is sent with as argument this character. It's also sent if respec is cancelled, or if the user controlling the character that was in respec mode disconnected.

If this is the initial character creation rather than a respec, then this event is only sent once all players have clicked on the Ready button, and it will have NULL_00000000-0000-0000-0000-000000000000 as argument.

Parameters
  • _Character: The character selected in character creation by its owning user, or NULL_00000000-0000-0000-0000-000000000000 in the case described above.
Notes
  • /
See Also