Osiris/API/CharacterCreationFinished

From Divinity Engine Wiki
Revision as of 20:43, 11 April 2018 by Tinkerer (talk | contribs) (Documented CharacterCreationFinished)
(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 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