OnPlayerDialogueTarget - ObjectReference

From the Fallout4 CreationKit Wiki
Revision as of 17:49, 17 November 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

Event called when this object reference goes into dialogue with the player.

Syntax[edit | edit source]

Event OnPlayerDialogueTarget()

Parameters[edit | edit source]

None.

Examples[edit | edit source]

Event OnPlayerDialogueTarget()
  Debug.Trace("Is in Dialogue Scene with the player")
EndEvent

Notes[edit | edit source]

This event will be received when a ref enters a dialogue scene that is marked Player Dialogue.

See Also[edit | edit source]