Osiris/API/CharacterApplyPreset: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Osiris Core APIs)
 
No edit summary
Line 4: Line 4:
Applies the specified <u>COMPANION</u> '''_Preset''' to '''_Character'''
Applies the specified <u>COMPANION</u> '''_Preset''' to '''_Character'''
===== Return Values =====
===== Return Values =====
* '''/'''
* /
===== Notes =====
===== Notes =====
* Presets come from the folder '''".../DOS2/Data/Mods/Shared/CharacterCreation/CompanionPresets/"'''
* Presets can only be applied to player characters.
* This function can be used to apply both [[ClassPresets|class presets]] and [[CompanionPresets|companion presets]].
===== See Also =====
===== See Also =====
* /
* [[Osiris/API/CharacterApplyHenchmanPreset|CharacterApplyHenchmanPreset]]
    
    
[[Category:Osiris Calls]]
[[Category:Osiris Calls]]

Revision as of 14:40, 26 August 2017

Full Definition(s)
  • query CharacterApplyPreset([in](CHARACTERGUID)_Character, [in](STRING)_Preset)
Description

Applies the specified COMPANION _Preset to _Character

Return Values
  • /
Notes
See Also