TopicInfo Script
(Redirected from TopicInfo Script (Papyrus))
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]
- Quest Function GetOwningQuest()
- Returns the Quest that owns this topic info.
- bool Function HasBeenSaid()
- Has the player heard this topic info
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)