Osiris/API/CharacterApplyHenchmanPreset

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 CharacterApplyHenchmanPreset([in](CHARACTERGUID)_Character, [in](STRING)_Preset)
Description

Applies the specified HENCHMAN _Preset to _Character, overriding any abilities, attributes, skills, or talents preset on the character.

Return Values
  • /
Notes
  • Presets come from the folder ".../DOS2/Data/Mods/Shared/CharacterCreation/HenchmanPresets/"
  • Presets can be customized according to the following documentation
  • A character must first be turned into a player using CharacterMakePlayer before you can apply a henchman preset
See Also