Osiris/API/CharacterGetHenchmanPresetPrice

From Divinity Engine Wiki
Revision as of 15:52, 8 August 2017 by Tinkerer (talk | contribs) (Osiris Core APIs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query CharacterGetHenchmanPresetPrice([in](CHARACTERGUID)_Owner, '[in](STRING)_Preset, [out]'(INTEGER)_Price)
Description

Returns the price of the preset scaled to the level of _Character.

Return Values
  • _Price: The price of the preset scaled to the level of _Character.
Notes
  • Presets come from the folder ".../DOS2/Data/Mods/Shared/CharacterCreation/HenchmanPresets/"
  • Presets can be customized using the following documentation: link
See Also