Background for Skyrim SE
Member of the CharGen script
boolfunctionLoadCharacterPreset(ActorakDestination, stringcharacterName, ColorFormhairColor)Global

Description

Documentation Comment

Loads a preset onto the NPC, permanently (DO NOT USE ON NPCs)
Hair Color form that is provided is modified
Not recommended to call this function directly
Loads actor preset from SKSE\Plugins\CharGen\Presets%characterName%.jslot


Caveats


Parameters

ActorakDestination

stringcharacterName

ColorFormhairColor


Examples

Auto-Generated Example

Actor myActor__akDestination
string myString__characterName
ColorForm myColorForm__hairColor

bool returnedValue = CharGen.LoadCharacterPreset(myActor__akDestination, myString__characterName, myColorForm__hairColor)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.