Osiris/API/CharacterCreationFinished: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented CharacterCreationFinished)
(No difference)

Revision as of 18:43, 11 April 2018

Full Definition(s)
  • event CharacterCreationFinished((CHARACTERGUID)_Character)
Description

Whenever a player in character creation clicks on the Ready button, this event is sent with as argument the character that they have selected.

If this is the initial character creation rather than a respec, then once all players have clicked on the Ready button, a final CharacterCreationFinished event is sent with 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