OnVampireFeed - Actor

From the CreationKit Wiki
Revision as of 15:56, 3 October 2017 by imported>Jlundin (Created page with "Category:Scripting Category:Papyrus Category:Events '''Member of:''' Actor Script ''(Requires SSE 1.5.3)'' Event sent when the actor feeds on another (via S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]