Background for Skyrim SE
Member of the CharGen script
boolfunctionLoadCharacterEx(ActorakDestination, RaceakRace, stringcharacterName, intflags=0)NativeGlobal

Description

Documentation Comment

Loads a character's appearance preset file onto an Actor


Caveats


Parameters

ActorakDestination

RaceakRace

stringcharacterName

intflags=0


Examples

Auto-Generated Example

Actor myActor__akDestination
Race myRace__akRace
string myString__characterName
int myInt__flags

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