Difference between revisions of "Osiris/API/CharacterOverrideMaxSourcePoints"
From Divinity Engine Wiki
Line 2: | Line 2: | ||
* call '''CharacterOverrideMaxSourcePoints'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_Amount''') | * call '''CharacterOverrideMaxSourcePoints'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_Amount''') | ||
===== Description ===== | ===== Description ===== | ||
− | Overrides the maximum Source Points | + | Overrides the maximum number of Source Points '''_Character''' can hold to '''_Amount'''. |
===== Notes ===== | ===== Notes ===== | ||
* For player characters, the UI element above the hotbar does not support showing more than 3 Source Points. | * For player characters, the UI element above the hotbar does not support showing more than 3 Source Points. |
Revision as of 15:15, 25 November 2017
Full Definition(s)
- call CharacterOverrideMaxSourcePoints((CHARACTERGUID)_Character, (INTEGER)_Amount)
Description
Overrides the maximum number of Source Points _Character can hold to _Amount.
Notes
- For player characters, the UI element above the hotbar does not support showing more than 3 Source Points.