Osiris/API/CharacterGetHenchmanPresetPrice: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:
* query '''CharacterGetHenchmanPresetPrice'''('''''[in]'''(CHARACTERGUID)'''''_Owner''', '[in]'''''(STRING)'''_Preset''', '''[out]'(INTEGER)'''''_Price''')
* query '''CharacterGetHenchmanPresetPrice'''('''''[in]'''(CHARACTERGUID)'''''_Owner''', '[in]'''''(STRING)'''_Preset''', '''[out]'(INTEGER)'''''_Price''')
===== Description =====
===== Description =====
Returns the price of the preset scaled to the level of '''_Character'''.
Returns the price of the [[HenchmenPresets|henchman preset]] scaled to the level of '''_Character'''.
===== Return Values =====
===== Return Values =====
* '''_Price''': The price of the preset scaled to the level of '''_Character.'''
* '''_Price''': The price of the henchman preset scaled to the level of '''_Character.'''
===== Notes =====
===== Notes =====
* Presets come from the folder '''".../DOS2/Data/Mods/Shared/CharacterCreation/HenchmanPresets/"'''
* Henchman presets come from the folder '''".../DOS2/Data/Mods/Shared/CharacterCreation/HenchmanPresets/"'''
* Presets can be customized using the following documentation: '''link'''
===== See Also =====
===== See Also =====
* [[Osiris/API/CharacterApplyHenchmanPreset|CharacterApplyHenchmanPreset]]
* [[Osiris/API/CharacterApplyHenchmanPreset|CharacterApplyHenchmanPreset]]
        
        
[[Category:Osiris Queries]]
[[Category:Osiris Queries|CharacterGetHenchmanPresetPrice]]

Revision as of 14:20, 19 December 2017

Full Definition(s)
  • query CharacterGetHenchmanPresetPrice([in](CHARACTERGUID)_Owner, '[in](STRING)_Preset, [out]'(INTEGER)_Price)
Description

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

Return Values
  • _Price: The price of the henchman preset scaled to the level of _Character.
Notes
  • Henchman presets come from the folder ".../DOS2/Data/Mods/Shared/CharacterCreation/HenchmanPresets/"
See Also