- Found in:
- RaceMenu
boolfunctionLoadExternalCharacterEx(ActorakDestination, RaceakRace, stringcharacterName, intflags=0)NativeGlobal
Description
Documentation Comment
Same as LoadCharacter, except it does not internally map the preset, meant to be paired with S.E.C
Caveats
Parameters
Examples
Auto-Generated Example
Actor myActor__akDestination
Race myRace__akRace
string myString__characterName
int myInt__flags
bool returnedValue = CharGen.LoadExternalCharacterEx(myActor__akDestination, myRace__akRace, myString__characterName, myInt__flags)