- Found in:
- RaceMenu
boolfunctionLoadCharacterEx(ActorakDestination, RaceakRace, stringcharacterName, intflags=0)NativeGlobal
Description
Documentation Comment
Loads a character's appearance preset file onto an Actor
Caveats
Parameters
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)