OnEnd - TopicInfo

Member of: TopicInfo Script

Event called when a topic info ends.

SyntaxEdit

Event OnEnd(ObjectReference akSpeakerRef, bool abHasBeenSaid)

ParametersEdit

  • akSpeakerRef: The object doing the talking.
  • abHasBeenSaid: Has this topic info been seen by the player before?

ExamplesEdit

Event OnEnd(ObjectReference akSpeakerRef, bool abHasBeenSaid)
  Debug.Trace("Topic info has finished being said by " + akSpeakerRef)
endEvent

NotesEdit

  • This event runs in parallel with the topic info end fragment.
  • The topic info will not be considered finished until the fragment and this event on all scripts (attached to the info and remotely registered) have finished running.

See AlsoEdit