- Found in:
- RaceMenu
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
Examples
Auto-Generated Example
Actor myActor__akDestination
string myString__characterName
ColorForm myColorForm__hairColor
bool returnedValue = CharGen.LoadCharacterPreset(myActor__akDestination, myString__characterName, myColorForm__hairColor)