Difference between revisions of "Osiris/API/CharacterApplyPreset"
From Divinity Engine Wiki
(Osiris Core APIs) |
|||
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 | + | * 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 15: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
- Presets can only be applied to player characters.
- This function can be used to apply both class presets and companion presets.