TopicInfo Script

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search


Extends: Form Script

Script for the manipulation of topic info base objects.

Definition[edit | edit source]

ScriptName TopicInfo extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

Events[edit | edit source]

  • Event OnBegin(ObjectReference akSpeakerRef, bool abHasBeenSaid)
    • Event called when the topic info starts (in parallel with the fragment)
  • Event OnEnd(ObjectReference akSpeakerRef, bool abHasBeenSaid)
    • Event called when the topic info ends (in parallel with the fragment)

Related Fragments[edit | edit source]