OnRaceSwitchComplete - Actor

Member of: Actor Script

Event called when the actor has finished switching races.

SyntaxEdit

Event OnRaceSwitchComplete()

ParametersEdit

None

ExamplesEdit

Event OnRaceSwitchComplete()
  Debug.Trace("This actor's race has finished changing")
endEvent

NotesEdit

It is possible for this event to be hit when loading a save with a player character of a different race. Your script should keep track of its state so that you don't process when you don't need to.

See AlsoEdit