OnVampireFeed - Actor

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script (Requires SSE 1.5.3)

Event sent when the actor feeds on another (via StartVampireFeed)

Syntax[edit | edit source]

Event OnVampireFeed(Actor akTarget)

Parameters[edit | edit source]

  • akTarget: The target the actor was feeding on

Examples[edit | edit source]

Event OnVampireFeed(Actor akTarget)
  Debug.Trace("Vampire just fed on " + akTarget)
endEvent

See Also[edit | edit source]