Difference between revisions of "Osiris/API/CharacterBaseAbilityChanged"
From Divinity Engine Wiki
(Documented CharacterBaseAbilityChanged (future event)) |
|||
Line 8: | Line 8: | ||
* '''_OldBaseValue''': The previous value of the ability. | * '''_OldBaseValue''': The previous value of the ability. | ||
* '''_NewBaseValue''': The new value of the ability. | * '''_NewBaseValue''': The new value of the ability. | ||
− | |||
− | |||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/CharacterGetAbility|CharacterGetAbility]] | * [[Osiris/API/CharacterGetAbility|CharacterGetAbility]] | ||
Line 15: | Line 13: | ||
[[Category:Osiris Events|CharacterBaseAbilityChanged]] | [[Category:Osiris Events|CharacterBaseAbilityChanged]] | ||
+ | [[Category:Osiris Events (Added in DOS2DE)|CharacterBaseAbilityChanged]] |
Latest revision as of 16:36, 28 August 2018
Full Definition(s)
- event CharacterBaseAbilityChanged((CHARACTERGUID)_Character, (STRING)_Ability, (INTEGER)_OldBaseValue, (INTEGER)_NewBaseValue)
Description
Thrown when a base combat or civil ability score of a player character changes. The base term refers to the fact that this event only gets thrown when the ability score of the character is changed via the character sheet after levelling, and not when such a score is indirectly influenced by equipping an item or by a talent.
Parameters
- _Character: The character whose ability was changed.
- _Ability: The name of the ability.
- _OldBaseValue: The previous value of the ability.
- _NewBaseValue: The new value of the ability.