Osiris/API/CharacterAddSourcePoints

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • call CharacterAddSourcePoints((CHARACTERGUID)_Character, (INTEGER)_Amount)
Description

Adds _Amount Source Points to _Character.

Notes
  • This call will never increase the maximum source points _Character can hold.
  • If you add more source points than the number of empty source slots of _Character, the remainder will be added to source container items in _Character's inventory, if any.
See Also