Osiris/API/CharacterOverrideMaxSourcePoints: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''CharacterOverrideMaxSourcePoints'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_Bool''') ===== Description ===== Overrides t...")
 
No edit summary
Line 1: Line 1:
===== Full Definition(s) =====
===== Full Definition(s) =====
* call '''CharacterOverrideMaxSourcePoints'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_Bool''')
* call '''CharacterOverrideMaxSourcePoints'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_Amount''')
===== Description =====
===== Description =====
Overrides the maximum Source Points for the _Character.
Overrides the maximum Source Points for the _Character.

Revision as of 13:38, 24 November 2017

Full Definition(s)
  • call CharacterOverrideMaxSourcePoints((CHARACTERGUID)_Character, (INTEGER)_Amount)
Description

Overrides the maximum Source Points for the _Character.

Notes
  • For player characters, the UI element above the hotbar does not support showing more than 3 Source Points.
See Also