Difference between revisions of "Osiris/API/CharacterOverrideMaxSourcePoints"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''CharacterOverrideMaxSourcePoints'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_Bool''') ===== Description ===== Overrides t...")
 
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 15: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