OnPlayerEnterVertibird - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Event sent to the player when he enters a vertibird

Syntax[edit | edit source]

Event OnPlayerEnterVertibird(ObjectReference akVertibird)

Parameters[edit | edit source]

  • akVertibird: The vertibird the player entered

Examples[edit | edit source]

; Event is sent to the player
Event OnPlayerEnterVertibird(ObjectReference akVertibird)
  Debug.Trace( akVertibird+ " vertibird entered by the player ")
endEvent

See Also[edit | edit source]