Osiris/API/CharacterLeveledUp

From Divinity Engine Wiki
Revision as of 10:58, 20 December 2017 by LarIlya (talk | contribs)
Jump to: navigation, search
Full Definition(s)
  • event CharacterLeveledUp((CHARACTERGUID)_Character)
Description

Sent when a character levels up.

Parameters
  • _Character: the character gaining a level.
Notes

Thrown once per level the character gains. For PCs, this event is thrown when the character gains enough XP to advance to the next level, even if they don't spend their new points.

See Also