- Found in:
- Vanilla
Description
Wiki Description
Returns whether this topic info has been said by the player before or not.
Documentation Comment
Returns if the topic info has been said to the player
Caveats
CK Wiki - Notes
If you call this in a topic info's end fragment, it will always return true, since by the time the fragment runs the info has been said. If you want to know if an info has been said in the end fragment, use the abHasBeenSaid parameter instead.
Examples
if (HasBeenSaid())
Debug.Trace("Player has heard the info before!")
endIfAuto-Generated Example
bool returnedValue = myTopicInfo__toCallFunctionOn.HasBeenSaid()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
