Background for Skyrim SE
Member of the CharGen script
boolfunctionLoadCharacter(ActorakDestination, RaceakRace, stringcharacterName)Global


Parameters

  1. ActorakDestination

  2. RaceakRace

  3. stringcharacterName


Examples

Auto-Generated Example

Actor myActor__akDestination
Race myRace__akRace
string myString__characterName

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