Background for Skyrim SE
Member of the CharGen script
voidfunctionSaveCharacterPreset(ActorakSource, stringcharacterName)NativeGlobal

Description

Documentation Comment

Saves a preset from the NPC (Only works on player currently)
Actor parameter is reserved for future use
Saves actor preset to SKSE\Plugins\CharGen\Presets%characterName%.jslot


Caveats


Parameters

ActorakSource

stringcharacterName


Examples

Auto-Generated Example

Actor myActor__akSource
string myString__characterName

CharGen.SaveCharacterPreset(myActor__akSource, myString__characterName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.