Difference between revisions of "Osiris/API/CharacterOverrideMaxSourcePoints"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * call '''CharacterOverrideMaxSourcePoints'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_Bool''') ===== Description ===== Overrides t...") |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * call '''CharacterOverrideMaxSourcePoints'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)''''' | + | * 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. | ||
Line 8: | Line 8: | ||
* [[Osiris/API/CharacterAddSourcePoints|CharacterAddSourcePoints]] | * [[Osiris/API/CharacterAddSourcePoints|CharacterAddSourcePoints]] | ||
− | [[Category:Osiris Calls]] | + | [[Category:Osiris Calls|CharacterOverrideMaxSourcePoints]] |
Latest revision as of 16:16, 19 December 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.