Background for Skyrim SE
Member of the CharGen script
boolfunctionLoadCharacterPresetEx(ActorakDestination, stringcharacterName, ColorFormhairColor, intflags=0xffffffff)NativeGlobal


Caveats


Parameters

ActorakDestination

stringcharacterName

ColorFormhairColor

intflags=0xffffffff


Examples

Auto-Generated Example

Actor myActor__akDestination
string myString__characterName
ColorForm myColorForm__hairColor
int myInt__flags

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