Osiris/API/CharacterGetHenchmanPresetPrice: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Osiris Core APIs)
 
mNo edit summary
Line 9: Line 9:
* Presets can be customized using the following documentation: '''link'''
* Presets can be customized using the following documentation: '''link'''
===== See Also =====
===== See Also =====
* [[Osiris/API/CharacterApplyHenchmanPreset]]
* [[Osiris/API/CharacterApplyHenchmanPreset|CharacterApplyHenchmanPreset]]
        
        
[[Category:Osiris Queries]]
[[Category:Osiris Queries]]

Revision as of 20:32, 16 August 2017

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