Difference between revisions of "Osiris/API/CharacterGetHenchmanPresetPrice"
From Divinity Engine Wiki
(Osiris Core APIs) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * query '''CharacterGetHenchmanPresetPrice'''('''''[in]'''(CHARACTERGUID)'''''_Owner''', '[in] | + | * 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]] '''_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 ===== | ||
− | * | + | * Henchman presets come from the folder '''".../DOS2/Data/Mods/Shared/CharacterCreation/HenchmanPresets/"''' |
− | |||
===== See Also ===== | ===== See Also ===== | ||
− | * [[Osiris/API/CharacterApplyHenchmanPreset]] | + | * [[Osiris/API/CharacterApplyHenchmanPreset|CharacterApplyHenchmanPreset]] |
− | [[Category:Osiris Queries]] | + | [[Category:Osiris Queries|CharacterGetHenchmanPresetPrice]] |
Latest revision as of 15:21, 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 _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/"