Background for Fallout 4
Member of the TopicInfo script
boolfunctionHasBeenSaid()Native

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!")
endIf

Auto-Generated Example

bool returnedValue = myTopicInfo__toCallFunctionOn.HasBeenSaid()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.